STEP 1: Install EPEL repo (eg. for CentOS x64)
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install epel-release-6-8.noarch.rpm
STEP 2: Disable EPEL repo by default
vi /etc/yum.repos.d/epel.repo change enabled=1 --> enabled=0
STEP 3: Anytime you want to include EPEL repo from command line:
yum --enblerepo=epel
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install epel-release-6-8.noarch.rpm
STEP 2: Disable EPEL repo by default
vi /etc/yum.repos.d/epel.repo change enabled=1 --> enabled=0
STEP 3: Anytime you want to include EPEL repo from command line:
yum --enblerepo=epel
No comments:
Post a Comment