Flatpak Setup
About 202 wordsLess than 1 minute
2025-06-14
Set up Flathub
You might need to set up Flatpak on your distro before you can start installing them. If you haven’t set up Flathub (the biggest Flatpak repository) on your computer, use the commands below or check here.
Fedora
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Arch
sudo pacman -S flatpak
Debian
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
sudo apt install plasma-discover-backend-flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Ubuntu
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
If you want to also have the option to install Flathub packages on a per-user basis (other users of your computer won’t see those apps when they log in), you can add the Flathub repository for your user by running this line.
Fedora
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Changelog
6/26/25, 5:27 PM
View All Changelog
ff693
-Changed ubuntu icononca067
-Refactor Flatpak setup documentation for clarity and consistencyonbeb01
-Vocab finalized, flatpak edited, Updated Readmeon043d6
-Refactor Flatpak setup documentation for improved structure and clarityonbc1d7
-New-to-the-wiki and Flatpak set up completeon64a0d
-New to Wiki navbar setupon80cb1
-Adding Introduction section.on6643e
-Added introduction fileson