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 apps/runtimes for this architecture. See flatpak
42           --supported-arches for architectures supported by the host.
43
44       -d, --show-details
45           Show origin, sizes and other extra information. Equivalent to
46           --columns=all.
47
48       --app
49           List applications.
50
51       --runtime
52           List runtimes.
53
54       --all, -a
55           List all installed runtimes, including locale and debug extensions.
56           These are hidden by default.
57
58       --app-runtime=RUNTIME
59           List applications that use the given runtime.
60
61       -v, --verbose
62           Print debug information during command processing.
63
64       --ostree-verbose
65           Print OSTree debug information during command processing.
66
67       --columns=FIELD,...
68           Specify what information to show about each ref. You can list
69           multiple fields, or use this option multiple times.
70
71           Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
72           change ellipsization.
73

FIELDS

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

EXAMPLES

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

SEE ALSO

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