dnf.plugin.config_manager (8) - Linux Manuals
dnf.plugin.config_manager: DNF config-manager Plugin
NAME
dnf.plugin.config_manager - DNF config-manager PluginManage main DNF configuration options, toggle which repositories are enabled or disabled, and add new repositories.
SYNOPSIS
dnf config-manager [options] <repo>...
ARGUMENTS
- <repo>
- Display / modify specified repository. If not specified display / modify main DNF configuration.
OPTIONS
- --help-cmd
- Show this help.
- --add-repo=URL
- Add (and enable) the repo from the specified file or url.
- --dump
- Print dump of current configuration values to stdout.
- --set-disabled
- Disable the specified repos (automatically saves).
- --set-enabled
- Enable the specified repos (automatically saves).
- --save
- Save the current options (useful with --setopt).
EXAMPLES
- dnf config-manager --add-repo http://example.com/some/additional.repo
- Download additional.repo and store it in repodir.
- dnf config-manager --add-repo http://example.com/different/repo
- Create new repo file with http://example.com/different/repo as baseurl and enable it.
- dnf config-manager
- Display main DNF configuration.
- dnf config-manager repo
- Display configuration of repo.
- dnf config-manager --set-enabled repo
- Enable repo and make the change permanent.
- dnf config-manager --setopt proxy=http://proxy.example.com:3128/ repo1 repo2 --save
- Update proxy setting in repo1 and repo2 and make the change permanent.
AUTHOR
See AUTHORS in your Core DNF Plugins distributionCOPYRIGHT
2014, Red Hat, Licensed under GPLv2+