Files
docs/workflows/operations/Linux/Fedora Workstation/Install Flatpak Apps.md
Nicole Rappe 67bdcc687f
All checks were successful
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 5s
revert 59909dd12a
revert revert 51cdd1fdb6

revert Fixed Formatting of Files
2026-04-26 17:26:03 -06:00

463 B

tags
tags
Fedora
Linux
Flatpak
Workstation

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