Install EPEL Repository: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
* https://linuxhostsupport.com/blog/how-to-set-up-and-use-yum-repositories-on-centos-7/
* https://linuxhostsupport.com/blog/how-to-set-up-and-use-yum-repositories-on-centos-7/
=Internal=
=Internal=
* [[Yum#Adding_a_Repository_Definition|yum]]
* [[Yum#Adding_a_Repository_Definition|yum | Adding a Repository Definition]]
 
=Overview=
=Overview=
EPEL (Extra Packages for Enterprise Linux) is a repository on CentOS 7 / RHEL 7, maintained by a special Fedora Special Interest Group that creates, maintains, and manages high quality additional packages for enterprise Linux versions. This includes Red Hat Enterprise Linux (RHEL), CentOS, Scientific Linux (SL), and Oracle Enterprise Linux (OEL).
EPEL (Extra Packages for Enterprise Linux) is a repository on CentOS 7 / RHEL 7, maintained by a special Fedora Special Interest Group that creates, maintains, and manages high quality additional packages for enterprise Linux versions. This includes Red Hat Enterprise Linux (RHEL), CentOS, Scientific Linux (SL), and Oracle Enterprise Linux (OEL).

Latest revision as of 19:10, 18 April 2021

External

Internal

Overview

EPEL (Extra Packages for Enterprise Linux) is a repository on CentOS 7 / RHEL 7, maintained by a special Fedora Special Interest Group that creates, maintains, and manages high quality additional packages for enterprise Linux versions. This includes Red Hat Enterprise Linux (RHEL), CentOS, Scientific Linux (SL), and Oracle Enterprise Linux (OEL).

Procedure

Ensure that all installed packages are up-to-date:

yum clean all
yum update

Install yum-utils:

yum | yum-config-manager

Install EPEL RPM:

rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-13.noarch.rpm

If the specific release is not found, navigate to repository in a browser and locate the latest.

After installation, check the newly installed repository with:

yum repolist

You should see a new epel repositories.