1FLATPAK REMOTE-LS(1) flatpak remote-ls FLATPAK REMOTE-LS(1)
2
3
4
6 flatpak-remote-ls - Show available runtimes and applications
7
9 flatpak remote-ls [OPTION...] [REMOTE]
10
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 remotes.
15
16 REMOTE can be a file:// URI pointing to a local repository instead of a
17 remote name.
18
19 Unless overridden with the --system, --user, or --installation options,
20 this command uses either the default system-wide installation or the
21 per-user one, depending on which has the specified REMOTE.
22
24 The following options are understood:
25
26 -h, --help
27 Show help options and exit.
28
29 --user
30 Use the per-user configuration.
31
32 --system
33 Use the default system-wide configuration.
34
35 --installation=NAME
36 Use a system-wide installation specified by NAME among those
37 defined in /etc/flatpak/installations.d/. Using
38 --installation=default is equivalent to using --system.
39
40 --cached
41 Prefer to use locally cached information if possible, even though
42 it may be out of date. This is faster, but risks returning stale
43 information.
44
45 -d, --show-details
46 Show arches, branches and commit ids, in addition to the names.
47 Equivalent to --columns=all.
48
49 --runtime
50 Show only runtimes, omit applications.
51
52 --app
53 Show only applications, omit runtimes.
54
55 --all, -a
56 Show everything. By default locale and debug extensions as well as
57 secondary arches when the primary arch is available are hidden.
58
59 --updates
60 Show only those which have updates available.
61
62 --arch=ARCH
63 Show only those matching the specified architecture. By default,
64 only supported architectures are shown. Use --arch=* to show all
65 architectures. See flatpak --supported-arches for architectures
66 supported by the host.
67
68 -v, --verbose
69 Print debug information during command processing.
70
71 --ostree-verbose
72 Print OSTree debug information during command processing.
73
74 --app-runtime=RUNTIME
75 List applications that use the given runtime
76
77 --columns=FIELD,...
78 Specify what information to show about each ref. You can list
79 multiple fields, or use this option multiple times.
80
81 Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
82 change ellipsization.
83
85 The following fields are understood by the --columns option:
86
87 name
88 Show the name
89
90 description
91 Show the application description
92
93 application
94 Show the application or runtime ID
95
96 arch
97 Show the arch
98
99 branch
100 Show the branch
101
102 version
103 Show the version
104
105 ref
106 Show the ref
107
108 origin
109 Show the origin remote
110
111 commit
112 Show the active commit
113
114 runtime
115 Show the used runtime
116
117 installed-size
118 Show the installed size
119
120 download-size
121 Show the download size
122
123 options
124 Show options
125
126 all
127 Show all columns
128
129 help
130 Show the list of available columns
131
132 Note that field names can be abbreviated to a unique prefix.
133
135 $ flatpak --user remote-ls --app testrepo
136
137 Ref
138 org.gnome.Builder
139 org.freedesktop.glxgears
140
141 $ flatpak remote-ls
142 file:///run/media/mwleeds/d4d37026-cde2-4e5e-8bcc-d23ebbf231f9/.ostree/repo
143
144 Ref
145 org.kde.Khangman
146
148 flatpak(1), flatpak-remotes(1)
149
150
151
152flatpak FLATPAK REMOTE-LS(1)