Build, install and run flatpak applications and runtimes. More information: https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak.
flatpak run {{com.example.app}}
flatpak install {{remote_name}} {{com.example.app}}
flatpak list --app
flatpak update
flatpak remote-add --if-not-exists {{remote_name}} {{remote_url}}
flatpak remove {{com.example.app}}
flatpak remove --unused
flatpak info {{com.example.app}}