Linux

epel repository for centos

Naan 2015. 10. 14. 11:35
반응형

epel repository


RHEL/CentOS 7 64 Bit


## RHEL/CentOS 7 64-Bit ##

# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

# rpm -ivh epel-release-7-5.noarch.rpm

RHEL/CentOS 6 32-64 Bit


## RHEL/CentOS 6 32-Bit ##

# wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

# rpm -ivh epel-release-6-8.noarch.rpm


## RHEL/CentOS 6 64-Bit ##

# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

# rpm -ivh epel-release-6-8.noarch.rpm

RHEL/CentOS 5 32-64 Bit


## RHEL/CentOS 5 32-Bit ##

# wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

# rpm -ivh epel-release-5-4.noarch.rpm


## RHEL/CentOS 5 64-Bit ##

# wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

# rpm -ivh epel-release-5-4.noarch.rpm

RHEL/CentOS 4 32-64 Bit


## RHEL/CentOS 4 32-Bit ##

# wget http://download.fedoraproject.org/pub/epel/4/i386/epel-release-4-10.noarch.rpm

# rpm -ivh epel-release-4-10.noarch.rpm


## RHEL/CentOS 4 64-Bit ##

# wget http://download.fedoraproject.org/pub/epel/4/x86_64/epel-release-4-10.noarch.rpm

# rpm -ivh epel-release-4-10.noarch.rpm



반응형

'Linux' 카테고리의 다른 글

cacti client 설치  (0) 2015.10.17
cacti 설치방법  (0) 2015.10.15
'제법 쓸만한' 오픈소스 모니터링 툴 7종  (0) 2015.10.13
yum install public key for is not installed  (0) 2015.09.02
rsync cannot delete non-empty directory  (0) 2015.08.03