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 runtimes.
13
14       By default, both apps and runtimes are shown, but you can change this
15       by using the --app or --runtime options.
16
17       By default, both per-user and system-wide installations are shown. Use
18       the --user, --installation or --system options to change this.
19
20       The list command can also be used to find installed apps that use a
21       certain runtime, with the --app-runtime option.
22

OPTIONS

24       The following options are understood:
25
26       -h, --help
27           Show help options and exit.
28
29       --user
30           List per-user installations.
31
32       --system
33           List the default system-wide installations.
34
35       --installation=NAME
36           List a system-wide installation specified by NAME among those
37           defined in /etc/flatpak/installations.d/. Using
38           --installation=default is equivalent to using --system.
39
40       --arch=ARCH
41           List installations for this architecture.
42
43       -d, --show-details
44           Show origin, sizes and other extra information. Equivalent to
45           --columns=all.
46
47       --app
48           List applications.
49
50       --runtime
51           List runtimes.
52
53       --all, -a
54           List all installed runtimes, including locale and debug extensions.
55           These are hidden by default.
56
57       --app-runtime=RUNTIME
58           List applications that use the given runtime.
59
60       -v, --verbose
61           Print debug information during command processing.
62
63       --ostree-verbose
64           Print OSTree debug information during command processing.
65
66       --columns=FIELD,...
67           Specify what information to show about each ref. You can list
68           multiple fields, or use this option multiple times.
69
70           Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
71           change ellipsization.
72

FIELDS

74       The following fields are understood by the --columns option:
75
76       description
77           Show the description
78
79       application
80           Show the application or runtime ID
81
82       arch
83           Show the architecture
84
85       branch
86           Show the branch
87
88       version
89           Show the version
90
91       ref
92           Show the ref
93
94       origin
95           Show the origin remote
96
97       installation
98           Show the installation
99
100       active
101           Show the active commit
102
103       latest
104           Show the latest commit
105
106       size
107           Show the installed size
108
109       options
110           Show options
111
112       all
113           Show all columns
114
115       help
116           Show the list of available columns
117
118       Note that field names can be abbreviated to a unique prefix.
119

EXAMPLES

121       $ flatpak --user --columns=app list
122
123           Application
124           org.gnome.Builder
125           org.freedesktop.glxgears
126           org.gnome.MyApp
127           org.gnome.GEdit
128

SEE ALSO

130       flatpak(1), flatpak-install(1), flatpak-update(1)
131
132
133
134flatpak                                                        FLATPAK LIST(1)
Impressum