1FLATPAK REMOTE-INFO(1)        flatpak remote-info       FLATPAK REMOTE-INFO(1)
2
3
4

NAME

6       flatpak-remote-info - Show information about an application or runtime
7       in a remote
8

SYNOPSIS

10       flatpak remote-info [OPTION...] REMOTE REF
11

DESCRIPTION

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

OPTIONS

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.
57
58       --commit=COMMIT
59           Show information about the specific commit, rather than the latest
60           version.
61
62       --log
63           Display a log of previous versions.
64
65       -r, --show-ref
66           Show the matched ref.
67
68       -c, --show-commit
69           Show the commit id.
70
71       -p, --show-parent
72           Show the parent commit id.
73
74       -m, --show-metadata
75           Show the metadata.
76
77       -v, --verbose
78           Print debug information during command processing.
79
80       --ostree-verbose
81           Print OSTree debug information during command processing.
82

EXAMPLES

84       $ flatpak --user remote-info flathub org.gnome.gedit
85
86           Ref: app/org.gnome.gedit/x86_64/stable
87           ID: org.gnome.gedit
88           Arch: x86_64
89           Branch: stable
90           Date: 2017-07-31 16:05:22 +0000
91           Subject: Build org.gnome.gedit at 3ec291fc1ce4d78220527fa79576f4cc1481ebe5
92           Commit: 3de7e9dde3bb8382aad9dfbbff20eccd9bf2100bc1887a3619ec0372e8066bf7
93           Parent: -
94           Download size: 3,4 MB
95           Installed size: 11,1 MB
96           Runtime: org.gnome.Platform/x86_64/3.24
97

SEE ALSO

99       flatpak(1), flatpak-remotes(1) flatpak-remote-ls(1)
100
101
102
103flatpak                                                 FLATPAK REMOTE-INFO(1)
Impressum