flatpak remote-info flatpak Developer Alexander Larsson alexl@redhat.com flatpak remote-info 1 flatpak-remote-info Show information about an application or runtime in a remote flatpak remote-info OPTION REMOTE REF Description Shows information about the runtime or application REF from the remote repository with the name REMOTE. You can find all configured remote repositories with flatpak remotes. By default, the output is formatted in a friendly format. If you specify one of the options, the output is instead formatted in a machine-readable format. Unless overridden with the , , or options, this command uses either the default system-wide installation or the per-user one, depending on which has the specified REMOTE. Options The following options are understood: Show help options and exit. Use the per-user configuration. Use the default system-wide configuration. Use a system-wide installation specified by NAME among those defined in /etc/flatpak/installations.d/. Using is equivalent to using . Prefer to use locally cached information if possible, even though it may be out of date. This is faster, but risks returning stale information. Also, some information is not cached so will not be available. Assume that REF is a runtime if not explicitly specified. Assume that REF is an app if not explicitly specified. The default architecture to look for, if not given explicitly in the REF. See flatpak --supported-arches for architectures supported by the host. Show information about the specific commit, rather than the latest version. Display a log of previous versions. Show the matched ref. Show the commit id. Show the parent commit id. Show the metadata. Print debug information during command processing. Print OSTree debug information during command processing. Examples $ flatpak --user remote-info flathub org.gnome.gedit Ref: app/org.gnome.gedit/x86_64/stable ID: org.gnome.gedit Arch: x86_64 Branch: stable Date: 2017-07-31 16:05:22 +0000 Subject: Build org.gnome.gedit at 3ec291fc1ce4d78220527fa79576f4cc1481ebe5 Commit: 3de7e9dde3bb8382aad9dfbbff20eccd9bf2100bc1887a3619ec0372e8066bf7 Parent: - Download size: 3,4 MB Installed size: 11,1 MB Runtime: org.gnome.Platform/x86_64/3.24 See also flatpak1, flatpak-remotes1 flatpak-remote-ls1