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 one of the options --show-ref, --show-origin, --show-commit,
17 --show-size, --show-metadata, --show-permissions, --file-access,
18 --show-location, --show-runtime or --show-sdk, the output is instead
19 formatted in a machine-readable format.
20
21 By default, both per-user and system-wide installations are queried.
22 Use the --user, --system or --installation options to change this.
23
25 The following options are understood:
26
27 -h, --help
28 Show help options and exit.
29
30 --user
31 Query per-user installations.
32
33 --system
34 Query the default system-wide installation.
35
36 --installation=NAME
37 Query a system-wide installation by NAME among those defined in
38 /etc/flatpak/installations.d/. Using --installation=default is
39 equivalent to using --system.
40
41 --arch=ARCH
42 Query for this architecture.
43
44 -r, --show-ref
45 Show the installed ref.
46
47 -o, --show-origin
48 Show the remote the ref is installed from.
49
50 -c, --show-commit
51 Show the installed commit id.
52
53 -s, --show-size
54 Show the installed size.
55
56 -m, --show-metadata
57 Show the metadata.
58
59 --show-runtime
60 Show the runtime.
61
62 --show-sdk
63 Show the SDK.
64
65 -M, --show-permissions
66 Show the permissions.
67
68 --file-access=PATH
69 Show the level of access to the given path.
70
71 -e, --show-extensions
72 Show the matching extensions.
73
74 -v, --verbose
75 Print debug information during command processing.
76
77 --ostree-verbose
78 Print OSTree debug information during command processing.
79
81 $ flatpak info org.gnome.Builder//master
82
84 flatpak(1), flatpak-install(1), flatpak-update(1)
85
86
87
88flatpak FLATPAK INFO(1)