- stretch 0.8.9-0+deb9u3
- testing 1.2.4-1
- stretch-backports 1.2.4-1~bpo9+1
- unstable 1.2.4-1
- experimental 1.4.2-1
FLATPAK LIST(1) | flatpak list | FLATPAK LIST(1) |
NAME¶
flatpak-list - List installed applications and/or runtimesSYNOPSIS¶
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 --app or --runtime options.
By default, both per-user and system-wide installations are shown. Use the --user, --installation or --system options to change this.
The list command can also be used to find installed apps that use a certain runtime, with the --app-runtime option.
OPTIONS¶
The following options are understood:-h, --help
--user
--system
--installation=NAME
--arch=ARCH
-d, --show-details
--app
--runtime
--all, -a
--app-runtime=RUNTIME
-v, --verbose
--ostree-verbose
--columns=FIELD,...
Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to change ellipsization.
FIELDS¶
The following fields are understood by the --columns option:description
application
arch
branch
version
ref
origin
installation
active
latest
size
options
all
help
Note that field names can be abbreviated to a unique prefix.
EXAMPLES¶
$ flatpak --user --columns=app listApplication org.gnome.Builder org.freedesktop.glxgears org.gnome.MyApp org.gnome.GEdit
SEE ALSO¶
flatpak(1), flatpak-install(1), flatpak-update(1)flatpak |