quick-docs/modules/ROOT/pages/_partials/proc_enabling-third-party-repository.adoc

15 lines
473 B
Text
Raw Normal View History

[id='enabling-third-party-repository']
= Enabling Third party repositories
Once you have downloaded the rpm, you can enable the repository.
== To enable repo:
. Login as root:
2020-04-18 21:27:08 +00:00
`$ su`
. Create a file in */etc/yum.repos.d/* directory to enable third party repository. This file must end with *.repo* . The repository file contains the URL of the the repository, a name, enabled, gpgcheck.
. To enable repo, use the following command:
2020-04-18 21:27:08 +00:00
`# dnf --enablerepo=<reponame>`