mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 13:44:51 +00:00
21 lines
488 B
Text
21 lines
488 B
Text
|
[id='disabling-repositories']
|
||
|
= Disabling repositories
|
||
|
|
||
|
This section shows how to disable a particular software repository by using the `dnf config-manager` command.
|
||
|
|
||
|
[discrete]
|
||
|
= Procedure
|
||
|
|
||
|
* To disable a particular repository, use the following command as `root`.
|
||
|
+
|
||
|
[literal,subs="+quotes,attributes"]
|
||
|
----
|
||
|
dnf config-manager --set-disabled _repository_
|
||
|
----
|
||
|
+
|
||
|
Replace _repository_ with the unique repository ID, for example:
|
||
|
+
|
||
|
----
|
||
|
dnf config-manager --set-disabled fedora-extras
|
||
|
----
|