Installing Flatpak on Debian

Michael

Administrator
Staff member
Feb 11, 2022
126
4
18
A flatpak package is available in Debian Buster and newer. To install it, run the following as root:

Code:
sudo apt install flatpak

If you are running GNOME, it is also a good idea to install the Flatpak plugin for GNOME Software. To do this, run:

Code:
sudo apt install gnome-software-plugin-flatpak

Flathub is the best place to get Flatpak apps. To enable it, run:

Code:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

To complete setup, restart your system. Now all you have to do is install some apps!
 
Last edited:

Michael

Administrator
Staff member
Feb 11, 2022
126
4
18
Create a root password

  1. Log in to root to access the command line.
  2. Type in sudo passwd root and enter your password.
  3. Create and verify your root password.
  4. Restart your computer for the password to take effect.

su root
 
Last edited: