TLDR
Enter a command. For example: v4l2 ctl, medusa, fossil ci, lrzip.

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}}
     
  • List all configured remote sources:
     
    flatpak remote-list
     
  • Remove an installed application:
     
    flatpak remove {{name}}
     
  • Show information about an installed application:
     
    flatpak info {{name}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.