1FLATPAK REMOTE-INFO(1) flatpak remote-info FLATPAK REMOTE-INFO(1)
2
3
4
6 flatpak-remote-info - Show information about an application or runtime
7 in a remote
8
10 flatpak remote-info [OPTION...] REMOTE REF
11
13 Shows information about the runtime or application REF from the remote
14 repository with the name REMOTE. You can find all configured remote
15 repositories with flatpak remotes.
16
17 By default, the output is formatted in a friendly format. If you
18 specify one of the --show-... options, the output is instead formatted
19 in a machine-readable format.
20
21 Unless overridden with the --system, --user, or --installation options,
22 this command uses either the default system-wide installation or the
23 per-user one, depending on which has the specified REMOTE.
24
26 The following options are understood:
27
28 -h, --help
29 Show help options and exit.
30
31 --user
32 Use the per-user configuration.
33
34 --system
35 Use the default system-wide configuration.
36
37 --installation=NAME
38 Use a system-wide installation specified by NAME among those
39 defined in /etc/flatpak/installations.d/. Using
40 --installation=default is equivalent to using --system.
41
42 --cached
43 Prefer to use locally cached information if possible, even though
44 it may be out of date. This is faster, but risks returning stale
45 information. Also, some information is not cached so will not be
46 available.
47
48 --runtime
49 Assume that REF is a runtime if not explicitly specified.
50
51 --app
52 Assume that REF is an app if not explicitly specified.
53
54 --arch=ARCH
55 The default architecture to look for, if not given explicitly in
56 the REF. See flatpak --supported-arches for architectures supported
57 by the host.
58
59 --commit=COMMIT
60 Show information about the specific commit, rather than the latest
61 version.
62
63 --log
64 Display a log of previous versions.
65
66 -r, --show-ref
67 Show the matched ref.
68
69 -c, --show-commit
70 Show the commit id.
71
72 -p, --show-parent
73 Show the parent commit id.
74
75 -m, --show-metadata
76 Show the metadata.
77
78 -v, --verbose
79 Print debug information during command processing.
80
81 --ostree-verbose
82 Print OSTree debug information during command processing.
83
85 $ flatpak --user remote-info flathub org.gnome.gedit
86
87 Ref: app/org.gnome.gedit/x86_64/stable
88 ID: org.gnome.gedit
89 Arch: x86_64
90 Branch: stable
91 Date: 2017-07-31 16:05:22 +0000
92 Subject: Build org.gnome.gedit at 3ec291fc1ce4d78220527fa79576f4cc1481ebe5
93 Commit: 3de7e9dde3bb8382aad9dfbbff20eccd9bf2100bc1887a3619ec0372e8066bf7
94 Parent: -
95 Download size: 3,4 MB
96 Installed size: 11,1 MB
97 Runtime: org.gnome.Platform/x86_64/3.24
98
100 flatpak(1), flatpak-remotes(1) flatpak-remote-ls(1)
101
102
103
104flatpak FLATPAK REMOTE-INFO(1)