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       --runtime
43           Assume that REF is a runtime if not explicitly specified.
44
45       --app
46           Assume that REF is an app if not explicitly specified.
47
48       --arch=ARCH
49           The default architecture to look for, if not given explicitly in
50           the REF.
51
52       --commit=COMMIT
53           Show information about the specific commit, rather than the latest
54           version.
55
56       --log
57           Display a log of previous versions.
58
59       -r, --show-ref
60           Show the matched ref.
61
62       -c, --show-commit
63           Show the commit id.
64
65       -p, --show-parent
66           Show the parent commit id.
67
68       -m, --show-metadata
69           Show the metadata.
70
71       -v, --verbose
72           Print debug information during command processing.
73
74       --ostree-verbose
75           Print OSTree debug information during command processing.
76

EXAMPLES

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

SEE ALSO

93       flatpak(1), flatpak-remotes(1) flatpak-remote-ls(1)
94
95
96
97flatpak                                                 FLATPAK REMOTE-INFO(1)
Impressum