switch to Antora part

This commit is contained in:
Adam Samalik 2018-07-27 16:38:30 +02:00
parent bc7bb84562
commit cf5acc8f3a
317 changed files with 432 additions and 1453 deletions

View file

@ -1,14 +0,0 @@
[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:
`$ 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:
`# dnf --enablerepo=<reponame>`