Adding topics from the BNE Fedora Docs Day, missing images and fixing several asciibinder warnings

This commit is contained in:
Mirek Jahoda 2018-07-19 14:40:31 +02:00
parent fa08f114b3
commit 2372e97265
42 changed files with 757 additions and 172 deletions

View file

@ -1,15 +1,14 @@
[id='enabling-third-party-repository']
= Enabling Third party repositories
= Enabling Third party repositories
Once you have downloaded the rpm, you can enable the repository.
== To enable repo:
. Login as root:
`#su`
`$ 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>`
`# dnf --enablerepo=<reponame>`