1FLATPAK REMOTE-ADD(1)         flatpak remote-add         FLATPAK REMOTE-ADD(1)
2
3
4

NAME

6       flatpak-remote-add - Add a remote repository
7

SYNOPSIS

9       Add from a .flatpakrepo file:
10
11       flatpak remote-add [OPTION...] [--from] NAME LOCATION
12
13       Manually specify repo uri and options:
14
15       flatpak remote-add [OPTION...] NAME LOCATION
16

DESCRIPTION

18       Adds a remote repository to the flatpak repository configuration.
19       [NAME] is the name for the new remote, and [LOCATION] is a url or
20       pathname. The [LOCATION] is either a flatpak repository, or a
21       .flatpakrepo file which describes a repository. In the former case you
22       may also have to specify extra options, such as the gpg key for the
23       repo.
24
25       Unless overridden with the --user or --installation options, this
26       command changes the default system-wide installation.
27

OPTIONS

29       The following options are understood:
30
31       -h, --help
32           Show help options and exit.
33
34       --from
35           Assume the URI is a .flatpakrepo file rather than the repository
36           itself. This is enabled by default if the extension is
37           .flatpakrepo, so generally you don't need this option.
38
39       --user
40           Modify the per-user configuration.
41
42       --system
43           Modify the default system-wide configuration.
44
45       --installation=NAME
46           Modify a system-wide installation specified by NAME among those
47           defined in /etc/flatpak/installations.d/. Using
48           --installation=default is equivalent to using --system.
49
50       --no-gpg-verify
51           Disable GPG verification for the added remote.
52
53       --prio=PRIO
54           Set the priority for the remote. Default is 1, higher is more
55           prioritized. This is mainly used for graphical installation tools.
56
57       --no-enumerate
58           Mark the remote as not enumerated. This means the remote will not
59           be used to list applications, for instance in graphical
60           installation tools.
61
62       --no-use-for-deps
63           Mark the remote as not to be used for automatic runtime dependency
64           resolution.
65
66       --if-not-exists
67           Do nothing if the provided remote already exists.
68
69       --disable
70           Disable the added remote.
71
72       --title=TITLE
73           A title for the remote, e.g. for display in a UI.
74
75       --default-branch=BRANCH
76           A default branch for the remote, mainly for use in a UI.
77
78       --gpg-import=FILE
79           Import gpg keys from the specified keyring file as trusted for the
80           new remote. If the file is - the keyring is read from standard
81           input.
82
83       -v, --verbose
84           Print debug information during command processing.
85
86       --ostree-verbose
87           Print OSTree debug information during command processing.
88

EXAMPLES

90       $ flatpak remote-add gnome https://sdk.gnome.org/gnome.flatpakrepo
91
92       $ flatpak --user remote-add --no-gpg-verify test-repo
93       https://people.gnome.org/~alexl/gnome-sdk/repo/
94

SEE ALSO

96       flatpak(1), flatpak-remote-modify(1), flatpak-remote-delete(1),
97       flatpak-remotes(1), flatpak-flatpakrepo(1)
98
99
100
101flatpak                                                  FLATPAK REMOTE-ADD(1)
Impressum