mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
revert 2delete page
This commit is contained in:
parent
47a0f4e826
commit
91847941fa
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ This section describes how to add software repositories with the `dnf config-man
|
|||
+
|
||||
[literal,subs="+quotes,attributes"]
|
||||
----
|
||||
dnf config-manager addrepo --from-repofile=`*_repository_*`
|
||||
dnf config-manager --add-repo `*_repository_*`
|
||||
----
|
||||
+
|
||||
Where *_repository_* is the path to the created `.repo` file, for example:
|
||||
+
|
||||
----
|
||||
dnf config-manager addrepo --from-repofile=/etc/yum.repos.d/fedora_extras.repo
|
||||
dnf config-manager --add-repo /etc/yum.repos.d/fedora_extras.repo
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue