2017-12-18 16:23:48 +00:00
|
|
|
[id='disabling-repositories']
|
|
|
|
= Disabling repositories
|
|
|
|
|
|
|
|
This section shows how to disable a particular software repository by using the `dnf config-manager` command.
|
|
|
|
|
|
|
|
[discrete]
|
|
|
|
= Procedure
|
|
|
|
|
2018-01-21 13:48:48 +00:00
|
|
|
* To disable a particular repository, use the following command as *root*:
|
2017-12-18 16:23:48 +00:00
|
|
|
+
|
|
|
|
[literal,subs="+quotes,attributes"]
|
|
|
|
----
|
2018-01-21 13:48:48 +00:00
|
|
|
# dnf config-manager --set-disabled _repository_
|
2017-12-18 16:23:48 +00:00
|
|
|
----
|
|
|
|
+
|
2018-01-21 13:48:48 +00:00
|
|
|
Replace `_repository_` with the unique repository ID, for example:
|
2017-12-18 16:23:48 +00:00
|
|
|
+
|
|
|
|
----
|
2018-01-21 13:48:48 +00:00
|
|
|
# dnf config-manager --set-disabled fedora-extras
|
2017-12-18 16:23:48 +00:00
|
|
|
----
|