Install EPEL Repository: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
Install yum-utils: | Install yum-utils: | ||
{{Internal|Yum#yum-config-manager|yum | yum-config-manager}} | {{Internal|Yum#yum-config-manager|yum | yum-config-manager}} | ||
Install EPEL RPM: | |||
<syntaxhighlight lang='bash'> | |||
rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-13.noarch.rpm | |||
</syntaxhighlight> | |||
If the specific release is not found, navigate to repository in a browser and locate the latest. |
Revision as of 03:18, 18 April 2021
External
Internal
Overview
Procedure
Ensure that all installed packages are up-to-date:
yum clean all
yum update
Install yum-utils:
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.