System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.