- stretch 0.8.9-0+deb9u3
- testing 1.2.4-1
- stretch-backports 1.2.4-1~bpo9+1
- unstable 1.2.4-1
- experimental 1.4.2-1
FLATPAK REMOTE-LS(1) | flatpak remote-ls | FLATPAK REMOTE-LS(1) |
NAME¶
flatpak-remote-ls - Show available runtimes and applicationsSYNOPSIS¶
flatpak remote-ls [OPTION...] [REMOTE]
DESCRIPTION¶
Shows runtimes and applications that are available in the remote repository with the name REMOTE, or all remotes if one isn't specified. You can find all configured remote repositories with flatpak remotes.REMOTE can be a file:// URI pointing to a local repository instead of a remote name.
Unless overridden with the --system, --user, or --installation 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:-h, --help
--user
--system
--installation=NAME
-d, --show-details
--runtime
--app
--all, -a
--updates
--arch=ARCH
-v, --verbose
--ostree-verbose
--app-runtime=RUNTIME
--columns=FIELD,...
Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to change ellipsization.
FIELDS¶
The following fields are understood by the --columns option:description
application
arch
branch
version
ref
origin
commit
installed-size
download-size
options
all
help
Note that field names can be abbreviated to a unique prefix.
EXAMPLES¶
$ flatpak --user remote-ls --app testrepoRef org.gnome.Builder org.freedesktop.glxgears
$ flatpak remote-ls file:///run/media/mwleeds/d4d37026-cde2-4e5e-8bcc-d23ebbf231f9/.ostree/repo
Ref org.kde.Khangman
SEE ALSO¶
flatpak(1), flatpak-remotes(1)flatpak |