How To Install Repository In Centos 7?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Begin by updating your local package index with the following command:
sudo yum update
2. Install the Extra Packages for Enterprise Linux (EPEL) repository with the following command:
sudo yum install epel-release
3. To enable the repository, use the following command:
sudo yum-config-manager –enable epel
4. Install the repository package with the following command:
sudo yum install <repo-package-name>
5. Finally, verify that the repository has been enabled with the following command:
yum repolist