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