User Tools

Site Tools

tools:flatpak

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:flatpak [2024/09/24 03:04] – [Flatpak] Humphrey Boa-Garttools:flatpak [2024/09/24 03:14] (current) – [Flatpak] Humphrey Boa-Gart
Line 3: Line 3:
 **Flatpak** is a type of [[tools:package manager]] that bundles the application and all of its dependencies inside a [[tactics:compartmentalize#software containers|container]]. In the Linux world, some //(only some)// applications are gonna be better off deployed with Flatpak instead of the OS's built in package manager. Some distros now come with Flatpak preinstalled. You can even use a [[tools:bash:customization#aliases|bash alias]] to have both your system updates and Flatpak updates go off with a single update command. **Flatpak** is a type of [[tools:package manager]] that bundles the application and all of its dependencies inside a [[tactics:compartmentalize#software containers|container]]. In the Linux world, some //(only some)// applications are gonna be better off deployed with Flatpak instead of the OS's built in package manager. Some distros now come with Flatpak preinstalled. You can even use a [[tools:bash:customization#aliases|bash alias]] to have both your system updates and Flatpak updates go off with a single update command.
  
-To install Flatpak, go the [[https://flatpak.org/setup/|Quick Setup page on Flatpak.org]], pick your distro, and follow the instructions. You can skip all the pointless GUI plugins for GNOME/Plasma/etc as they will only add bloat. You can very quickly manage all of your Flatpak apps with just a handful of [[tools:bash|terminal commands]], which we will explain next.+ 
 +===== Installation ===== 
 + 
 +Some distros //(such as Linux Mint)// come with Flatpak preinstalled. If it is not already installedit is very easy to set it up. Simply go the [[https://flatpak.org/setup/|Quick Setup page on Flatpak.org]], pick your distro, and follow the instructions. 
 + 
 +You can skip all the pointless GUI plugins for GNOME/Plasma/etc as they will only add bloat. You can very quickly manage all of your Flatpak apps with just a handful of [[tools:bash|terminal commands]], outlined in the next section.
  
  
 ===== Usage ===== ===== Usage =====
  
 +== Built-In Documentation ==
 +
 +''flatpak -h'' and ''man flatpak''
 +
 +
 +== List Installed Apps ==
 +
 +''flatpak list''
 +
 +
 +== List Running Apps ==
 +
 +''flatpak ps''
 +
 +
 +== Install App ==
 +
 +''flatpak install APPNAME''
 +
 +
 +== Remove App ==
 +
 +''flatpak remove APPNAME''
 +
 +
 +== Update Installed Apps ==
 +
 +''flatpak update''
  
  
tools/flatpak.1727147041.txt.gz · Last modified: 2024/09/24 03:04 by Humphrey Boa-Gart

Find this page online at: https://bestpoint.institute/tools/flatpak