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       collection
67           Show the collection ID of the remote
68
69       priority
70           Show the priority of the remote
71
72       options
73           Show options
74
75       all
76           Show all columns
77
78       help
79           Show the list of available columns
80
81       Note that field names can be abbreviated to a unique prefix.
82

EXAMPLES

84       $ flatpak remotes --user --show-details
85
86           testrepo  Test Repository      http://209.132.179.91/repo/ no-gpg-verify
87

SEE ALSO

89       flatpak(1), flatpak-remote-add(1), flatpak-remote-delete(1)
90
91
92
93flatpak                                                     FLATPAK REMOTES(1)
Impressum