Install EPEL Repository: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
</syntaxhighlight>
</syntaxhighlight>
If the specific release is not found, navigate to repository in a browser and locate the latest.
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:
<syntaxhighlight lang='bash'>
yum repolist
</syntaxhighlight>
You should see a new epel repositories.

Revision as of 03:20, 18 April 2021

External

Internal

Overview

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.