1FLATPAK REMOTE-LS(1)           flatpak remote-ls          FLATPAK REMOTE-LS(1)
2
3
4

NAME

6       flatpak-remote-ls - Show available runtimes and applications
7

SYNOPSIS

9       flatpak remote-ls [OPTION...] [REMOTE]
10

DESCRIPTION

12       Shows runtimes and applications that are available in the remote
13       repository with the name REMOTE, or all remotes if one isn't specified.
14       You can find all configured remote repositories with flatpak-
15       remotes(1).
16
17       REMOTE can be a file:// URI pointing to a local repository instead of a
18       remote name.
19
20       Unless overridden with the --system, --user, or --installation options,
21       this command uses either the default system-wide installation or the
22       per-user one, depending on which has the specified REMOTE.
23

OPTIONS

25       The following options are understood:
26
27       -h, --help
28           Show help options and exit.
29
30       --user
31           Use the per-user configuration.
32
33       --system
34           Use the default system-wide configuration.
35
36       --installation=NAME
37           Use a system-wide installation specified by NAME among those
38           defined in /etc/flatpak/installations.d/. Using
39           --installation=default is equivalent to using --system.
40
41       -d, --show-details
42           Show arches, branches and commit ids, in addition to the names.
43
44       --runtime
45           Show only runtimes, omit applications.
46
47       --app
48           Show only applications, omit runtimes.
49
50       --all, -a
51           Show everything. By default locale and debug extensions as well as
52           secondary arches when the primary arch is available are hidden.
53
54       --updates
55           Show only those which have updates available.
56
57       --arch=ARCH
58           Show only those matching the specied architecture. By default, only
59           supported architectures are shown. Use --arch=* to show all
60           archtectures.
61
62       -v, --verbose
63           Print debug information during command processing.
64
65       --ostree-verbose
66           Print OSTree debug information during command processing.
67

EXAMPLES

69       $ flatpak --user remote-ls --app testrepo
70
71           Ref
72           org.gnome.Builder
73           org.freedesktop.glxgears
74
75       $ flatpak remote-ls
76       file:///run/media/mwleeds/d4d37026-cde2-4e5e-8bcc-d23ebbf231f9/.ostree/repo
77
78           Ref
79           org.kde.Khangman
80

SEE ALSO

82       flatpak(1), flatpak-remotes(1)
83
84
85
86flatpak                                                   FLATPAK REMOTE-LS(1)
Impressum