quick-docs/modules/ROOT/pages/_partials/proc_enabling-repositories.adoc
2018-07-27 18:53:34 +02:00

20 lines
488 B
Text

[id='enabling-repositories']
= Enabling repositories
This section shows how to enable a particular software repository by using the `dnf config-manager` command.
[discrete]
= Procedure
* To enable a particular repository, use the following command as `root`.
+
[literal,subs="+quotes,attributes"]
----
# dnf config-manager --set-enabled _repository_
----
+
Replace `_repository_` with the unique repository ID, for example:
+
----
# dnf config-manager --set-enabled fedora-extras
----