flatpak-remote-delete (1)
Leading comments
Title: flatpak remote-delete Author: Alexander Larsson <alexl@redhat.com> Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 08/31/2017 Manual: flatpak remote-delete Source: flatpak Language: English
NAME
flatpak-remote-delete - Delete a remote repositorySYNOPSIS
- flatpak remote-delete [OPTION...] NAME
DESCRIPTION
Unless overridden with the --user or --installation options, this command changes the default system-wide installation.
OPTIONS
The following options are understood:
-h, --help
- Show help options and exit.
--user
- Modify the per-user configuration.
--system
- Modify the default system-wide configuration.
--installation=NAME
- Modify a system-wide installation specified by NAME among those defined in /etc/flatpak/installations.d. Using --installation=default is equivalent to using --system.
--force
- Remove remote even if its in use by installed apps or runtimes.
-v, --verbose
- Print debug information during command processing.
--ostree-verbose
- Print OSTree debug information during command processing.
--version
- Print version information and exit.
EXAMPLES
$ flatpak --user remote-delete dried-raisins
SEE ALSO
flatpak(1), flatpak-add-remote(1), flatpak-modify-remote(1), flatpak-list-remotes(1)