1FLATPAK INFO(1) flatpak info FLATPAK INFO(1)
2
3
4
6 flatpak-info - Show information about an installed application or
7 runtime
8
10 flatpak info [OPTION...] NAME [BRANCH]
11
13 Show info about an installed application or runtime.
14
15 By default, the output is formatted in a friendly format. If you
16 specify any of the --show-... or --file-access options, the output is
17 instead formatted in a machine-readable format.
18
19 By default, both per-user and system-wide installations are queried.
20 Use the --user, --system or --installation options to change this.
21
23 The following options are understood:
24
25 -h, --help
26 Show help options and exit.
27
28 --user
29 Query per-user installations.
30
31 --system
32 Query the default system-wide installation.
33
34 --installation=NAME
35 Query a system-wide installation by NAME among those defined in
36 /etc/flatpak/installations.d/. Using --installation=default is
37 equivalent to using --system.
38
39 --arch=ARCH
40 Query for this architecture. See flatpak --supported-arches for
41 architectures supported by the host.
42
43 -r, --show-ref
44 Show the installed ref.
45
46 -o, --show-origin
47 Show the remote the ref is installed from.
48
49 -c, --show-commit
50 Show the installed commit id.
51
52 -s, --show-size
53 Show the installed size.
54
55 -m, --show-metadata
56 Show the metadata.
57
58 --show-runtime
59 Show the runtime.
60
61 --show-sdk
62 Show the SDK.
63
64 -M, --show-permissions
65 Show the permissions.
66
67 --file-access=PATH
68 Show the level of access to the given path.
69
70 -e, --show-extensions
71 Show the matching extensions.
72
73 -l, --show-location
74 Show the on-disk location of the app or runtime. See the examples
75 below.
76
77 -v, --verbose
78 Print debug information during command processing.
79
80 --ostree-verbose
81 Print OSTree debug information during command processing.
82
84 $ flatpak info org.gnome.Builder//master
85
86 $ tree `flatpak info -l org.gnome.Builder//master`/files
87
89 flatpak(1), flatpak-install(1), flatpak-update(1)
90
91
92
93flatpak FLATPAK INFO(1)