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.
41
42 -r, --show-ref
43 Show the installed ref.
44
45 -o, --show-origin
46 Show the remote the ref is installed from.
47
48 -c, --show-commit
49 Show the installed commit id.
50
51 -s, --show-size
52 Show the installed size.
53
54 -m, --show-metadata
55 Show the metadata.
56
57 --show-runtime
58 Show the runtime.
59
60 --show-sdk
61 Show the SDK.
62
63 -M, --show-permissions
64 Show the permissions.
65
66 --file-access=PATH
67 Show the level of access to the given path.
68
69 -e, --show-extensions
70 Show the matching extensions.
71
72 -v, --verbose
73 Print debug information during command processing.
74
75 --ostree-verbose
76 Print OSTree debug information during command processing.
77
79 $ flatpak info org.gnome.Builder//master
80
82 flatpak(1), flatpak-install(1), flatpak-update(1)
83
84
85
86flatpak FLATPAK INFO(1)