dnf.plugin.config_manager (8) Linux Manual Page
dnf.plugin.config_manager – DNF config-manager Plugin
Manage 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 distribution
Copyright
2014, Red Hat, Licensed under GPLv2+
