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.
66
67 -v, --verbose
68 Print debug information during command processing.
69
70 --ostree-verbose
71 Print OSTree debug information during command processing.
72
73 --app-runtime=RUNTIME
74 List applications that use the given runtime
75
76 --columns=FIELD,...
77 Specify what information to show about each ref. You can list
78 multiple fields, or use this option multiple times.
79
80 Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
81 change ellipsization.
82
84 The following fields are understood by the --columns option:
85
86 name
87 Show the name
88
89 description
90 Show the application description
91
92 application
93 Show the application ID
94
95 arch
96 Show the arch
97
98 branch
99 Show the branch
100
101 version
102 Show the version
103
104 ref
105 Show the ref
106
107 origin
108 Show the origin remote
109
110 commit
111 Show the active commit
112
113 installed-size
114 Show the installed size
115
116 download-size
117 Show the download size
118
119 options
120 Show options
121
122 all
123 Show all columns
124
125 help
126 Show the list of available columns
127
128 Note that field names can be abbreviated to a unique prefix.
129
131 $ flatpak --user remote-ls --app testrepo
132
133 Ref
134 org.gnome.Builder
135 org.freedesktop.glxgears
136
137 $ flatpak remote-ls
138 file:///run/media/mwleeds/d4d37026-cde2-4e5e-8bcc-d23ebbf231f9/.ostree/repo
139
140 Ref
141 org.kde.Khangman
142
144 flatpak(1), flatpak-remotes(1)
145
146
147
148flatpak FLATPAK REMOTE-LS(1)