quick-docs/modules/ROOT/pages/_partials/proc_disabling-repositories.adoc

18 lines
468 B
Text
Raw Normal View History

[id='disabling-repositories']
= Disabling repositories
This section shows how to disable a particular software repository by using the `dnf config-manager` command.
2021-10-29 16:07:11 -04:00
* To disable a particular repository, use the following command as `*root*`:
+
[literal,subs="+quotes,attributes"]
----
dnf config-manager --set-disabled _repository_
----
+
2018-01-21 14:48:48 +01:00
Replace `_repository_` with the unique repository ID, for example:
+
----
dnf config-manager --set-disabled fedora-extras
----