flatpak

Build, install and run flatpak applications and runtimes. More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak>.

Install

All systems
curl cmd.cat/flatpak.sh
Debian Debian
apt-get install flatpak
Ubuntu
apt-get install flatpak
Arch Arch Linux
pacman -S flatpak
image/svg+xml Kali Linux
apt-get install flatpak
CentOS
yum install flatpak
Fedora
dnf install flatpak
Windows (WSL2)
sudo apt-get update sudo apt-get install flatpak
Raspbian
apt-get install flatpak

Build, install and run flatpak applications and runtimes. More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak>.

  • Run an installed application:
    flatpak run name
  • Install an application from a remote source:
    flatpak install remote name
  • List all installed applications and runtimes:
    flatpak list
  • Update all installed applications and runtimes:
    flatpak update
  • Add a remote source:
    flatpak remote-add --if-not-exists remote_name remote_url
  • Remove an installed application:
    flatpak remove name
  • Remove all unused applications:
    flatpak remove --unused
  • Show information about an installed application:
    flatpak info name

© tl;dr; authors and contributors