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       name
77           Show the name
78
79       description
80           Show the description
81
82       application
83           Show the application or runtime ID
84
85       arch
86           Show the architecture
87
88       branch
89           Show the branch
90
91       runtime
92           Show the used runtime
93
94       version
95           Show the version
96
97       ref
98           Show the ref
99
100       origin
101           Show the origin remote
102
103       installation
104           Show the installation
105
106       active
107           Show the active commit
108
109       latest
110           Show the latest commit
111
112       size
113           Show the installed size
114
115       options
116           Show options
117
118       all
119           Show all columns
120
121       help
122           Show the list of available columns
123
124       Note that field names can be abbreviated to a unique prefix.
125

EXAMPLES

127       $ flatpak --user --columns=app list
128
129           Application
130           org.gnome.Builder
131           org.freedesktop.glxgears
132           org.gnome.MyApp
133           org.gnome.gedit
134

SEE ALSO

136       flatpak(1), flatpak-install(1), flatpak-update(1)
137
138
139
140flatpak                                                        FLATPAK LIST(1)
Impressum