1FLATPAK REMOTE-DELE(1) flatpak remote-delete FLATPAK REMOTE-DELE(1)
2
3
4
6 flatpak-remote-delete - Delete a remote repository
7
9 flatpak remote-delete [OPTION...] NAME
10
12 Removes a remote repository from the flatpak repository configuration.
13 NAME is the name of an existing remote.
14
15 Unless overridden with the --system, --user, or --installation options,
16 this command uses either the default system-wide installation or the
17 per-user one, depending on which has the specified REMOTE.
18
20 The following options are understood:
21
22 -h, --help
23 Show help options and exit.
24
25 --user
26 Modify the per-user configuration.
27
28 --system
29 Modify the default system-wide configuration.
30
31 --installation=NAME
32 Modify a system-wide installation specified by NAME among those
33 defined in /etc/flatpak/installations.d/. Using
34 --installation=default is equivalent to using --system.
35
36 --force
37 Remove remote even if its in use by installed apps or runtimes.
38
39 -v, --verbose
40 Print debug information during command processing.
41
42 --ostree-verbose
43 Print OSTree debug information during command processing.
44
46 $ flatpak --user remote-delete dried-raisins
47
49 flatpak(1), flatpak-remote-add(1), flatpak-remote-modify(1), flatpak-
50 remotes(1)
51
52
53
54flatpak FLATPAK REMOTE-DELE(1)