Add Workflows/Linux/Fedora Workstation/Install Flatpak.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
This commit is contained in:
13
Workflows/Linux/Fedora Workstation/Install Flatpak.md
Normal file
13
Workflows/Linux/Fedora Workstation/Install Flatpak.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Purpose
|
||||
You may need to install flatpak packages like Signal in your workstation environment. If you need to do this, you only need to run a few commands.
|
||||
|
||||
```sh
|
||||
# Usually already installed
|
||||
sudo dnf install flatpak
|
||||
|
||||
# Add Flathub Repo
|
||||
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
# Install Signal
|
||||
flatpak install flathub org.signal.Signal
|
||||
```
|
||||
Reference in New Issue
Block a user