1FLATPAK REMOTES(1)              flatpak remotes             FLATPAK REMOTES(1)
2
3
4

NAME

6       flatpak-remotes - List remote repositories
7

SYNOPSIS

9       flatpak remotes [OPTION...]
10

DESCRIPTION

12       Lists the known remote repositories, in priority order.
13
14       By default, both per-user and system-wide installations are shown. Use
15       the --user, --system or --installation options to change this.
16

OPTIONS

18       The following options are understood:
19
20       -h, --help
21           Show help options and exit.
22
23       --user
24           Show the per-user configuration.
25
26       --system
27           Show the default system-wide configuration.
28
29       --installation=NAME
30           Show a system-wide installation by NAME among those defined in
31           /etc/flatpak/installations.d/. Using --installation=default is
32           equivalent to using --system.
33
34       -d, --show-details
35           Show more information for each repository in addition to the name.
36           Equivalent to --columns=all.
37
38       --show-disabled
39           Show disabled repos.
40
41       -v, --verbose
42           Print debug information during command processing.
43
44       --ostree-verbose
45           Print OSTree debug information during command processing.
46
47       --columns=FIELD,...
48           Specify what information to show about each ref. You can list
49           multiple fields, or use this option multiple times.
50
51           Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
52           change ellipsization.
53

FIELDS

55       The following fields are understood by the --columns option:
56
57       name
58           Show the name of the remote
59
60       title
61           Show the title of the remote
62
63       url
64           Show the URL of the remote
65
66       filter
67           Show the path to the client-side filter of the remote.
68
69       collection
70           Show the collection ID of the remote
71
72       priority
73           Show the priority of the remote
74
75       options
76           Show options
77
78       comment
79           Show comment
80
81       description
82           Show description
83
84       homepage
85           Show homepage
86
87       icon
88           Show icon
89
90       all
91           Show all columns
92
93       help
94           Show the list of available columns
95
96       Note that field names can be abbreviated to a unique prefix.
97

EXAMPLES

99       $ flatpak remotes --user --show-details
100
101           testrepo  Test Repository      http://209.132.179.91/repo/ no-gpg-verify
102

SEE ALSO

104       flatpak(1), flatpak-remote-add(1), flatpak-remote-delete(1)
105
106
107
108flatpak                                                     FLATPAK REMOTES(1)
Impressum