Files
docs/Workflows/Linux/Fedora Workstation/Install Flatpak Apps.md
Nicole Rappe 6a3acf1ab8
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 25s
Update Workflows/Linux/Fedora Workstation/Install Flatpak Apps.md
2025-11-11 13:32:21 -07:00

399 B

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.

# 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