Modularized document version for installing chromium

This commit is contained in:
Apurva Bhide 2017-12-14 18:31:42 +05:30
parent a0dcbafec8
commit 461d792c5b
6 changed files with 626 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[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>`