CentOS 7.x Installing EPEL

From Notes_Wiki
Revision as of 03:25, 18 July 2014 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb>CentOS|CentOS</yambe:breadcrumb> =Installing EPEL on CentOS 7.0= Use following commands to install EPEL on CentOS 7.0 <pre> wget http://dl.fedoraproject.org...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<yambe:breadcrumb>CentOS|CentOS</yambe:breadcrumb>

Installing EPEL on CentOS 7.0

Use following commands to install EPEL on CentOS 7.0

wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
yum -y localinstall wget epel-release-7-0.2.noarch.rpm

Steps learned from http://www.cyberciti.biz/faq/installing-rhel-epel-repo-on-centos-redhat-7-x/