Forrest logo
back to context overview

flatpak

List of commands for flatpak:

  • flatpak:ai:4648e How to purge a debian flatpak application?
    $ flatpak uninstall --purge ${application_id}
    try on your machine
    explain this command
  • flatpak:ai:da788 How to purge a flatpak program in debian 12?
    $ flatpak uninstall --unused
    try on your machine
    explain this command
  • flatpak:ai:fdd78 Uninstalls the specified Flatpak application from the system.
    $ flatpak uninstall ${application_name}
    try on your machine
    explain this command
  • flatpak:tldr:4e904 flatpak: Add a remote source.
    $ flatpak remote-add --if-not-exists ${remote_name} ${remote_url}
    try on your machine
    explain this command
  • flatpak:tldr:5eedb flatpak: List all installed applications and runtimes.
    $ flatpak list
    try on your machine
    explain this command
  • flatpak:tldr:6b9e3 flatpak: Update all installed applications and runtimes.
    $ flatpak update
    try on your machine
    explain this command
  • flatpak:tldr:98920 flatpak: Run an installed application.
    $ flatpak run ${name}
    try on your machine
    explain this command
  • flatpak:tldr:a352c flatpak: Remove an installed application.
    $ flatpak remove ${name}
    try on your machine
    explain this command
  • flatpak:tldr:bd3d1 flatpak: Install an application from a remote source.
    $ flatpak install ${remote} ${name}
    try on your machine
    explain this command
  • flatpak:tldr:c3d5c flatpak: Remove all unused applications.
    $ flatpak remove --unused
    try on your machine
    explain this command
  • flatpak:tldr:e818c flatpak: Show information about an installed application.
    $ flatpak info ${name}
    try on your machine
    explain this command
back to context overview