1FLATPAK LIST(1)                  flatpak list                  FLATPAK LIST(1)
2
3
4

NAME

6       flatpak-list - List installed applications and/or runtimes
7

SYNOPSIS

9       flatpak list [OPTION...]
10

DESCRIPTION

12       Lists the names of the installed applications and/or runtimes.
13
14       By default, both per-user and system-wide installations are shown. Use
15       the --user, --installation or --system options to change this.
16
17       By default this lists both installed apps and runtimes, but you can
18       change this by using the --app or --runtime option.
19

OPTIONS

21       The following options are understood:
22
23       -h, --help
24           Show help options and exit.
25
26       --user
27           List per-user installations.
28
29       --system
30           List the default system-wide installations.
31
32       --installation=NAME
33           List a system-wide installation specified by NAME among those
34           defined in /etc/flatpak/installations.d/. Using
35           --installation=default is equivalent to using --system.
36
37       --arch=ARCH
38           List installations for this architecture.
39
40       -d, --show-details
41           Show origin, sizes and other extra information.
42
43       --app
44           List applications.
45
46       --runtime
47           List runtimes.
48
49       --all, -a
50           List all installed runtimes, including locale and debug extensions.
51           These are hidden by default.
52
53       -v, --verbose
54           Print debug information during command processing.
55
56       --ostree-verbose
57           Print OSTree debug information during command processing.
58

EXAMPLES

60       $ flatpak --user list
61
62           org.gnome.Builder
63           org.freedesktop.glxgears
64           org.gnome.MyApp
65           org.gnome.GEdit
66

SEE ALSO

68       flatpak(1), flatpak-install(1), flatpak-update(1)
69
70
71
72flatpak                                                        FLATPAK LIST(1)
Impressum