flatpak list flatpak Developer Alexander Larsson alexl@redhat.com flatpak list 1 flatpak-list List installed applications and/or runtimes flatpak list OPTION Description Lists the names of the installed applications and runtimes. By default, both apps and runtimes are shown, but you can change this by using the or options. By default, both per-user and system-wide installations are shown. Use the , or options to change this. The list command can also be used to find installed apps that use a certain runtime, with the option. Options The following options are understood: Show help options and exit. List per-user installations. List the default system-wide installations. List a system-wide installation specified by NAME among those defined in /etc/flatpak/installations.d/. Using is equivalent to using . List apps/runtimes for this architecture. See flatpak --supported-arches for architectures supported by the host. Show origin, sizes and other extra information. Equivalent to . List applications. List runtimes. List all installed runtimes, including locale and debug extensions. These are hidden by default. List applications that use the given runtime. Print debug information during command processing. Print OSTree debug information during command processing. Specify what information to show about each ref. You can list multiple fields, or use this option multiple times. Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to change ellipsization. Fields The following fields are understood by the option: name Show the name description Show the description application Show the application or runtime ID arch Show the architecture branch Show the branch runtime Show the used runtime version Show the version ref Show the ref origin Show the origin remote installation Show the installation active Show the active commit latest Show the latest commit size Show the installed size options Show options all Show all columns help Show the list of available columns Note that field names can be abbreviated to a unique prefix. Examples $ flatpak --user --columns=app list Application org.gnome.Builder org.freedesktop.glxgears org.gnome.MyApp org.gnome.gedit See also flatpak1, flatpak-install1, flatpak-update1