no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:linux:redhat_epel [2015/03/10 11:51] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How to Enable EPEL Repository for RHEL ====== | ||
+ | ===== Resources ===== | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | ===== Steps ===== | ||
+ | <code bash> | ||
+ | wget https:// | ||
+ | wget http:// | ||
+ | cp RPM-GPG-KEY-EPEL-6 / | ||
+ | rpm -ivh epel-release-6-8.noarch.rpm | ||
+ | yum repolist | ||
+ | </ | ||
+ | If you get a " | ||
+ | <code bash> | ||
+ | sudo sed -i ' | ||
+ | yum repolist | ||
+ | </ | ||
+ | |||
+ | ===== Other commands ===== | ||
+ | <code bash> | ||
+ | yum clean all | ||
+ | </ | ||