2014년 12월 18일 목요일

Install EPEL and additional repositories


작업을 하기 전에 현재 설정된 Repository List를 출력한다.
  yum repolist   (참고: 확장자가 *.repo 인 모든 파일 정보를 출력)




[Install EPEL and additional repositories]

참고로, EPEL repository는 Extra Packages for Enterprise Linux repository를 의미한다.


아래의 wget 명령과 rpm 명령을 각각 한번씩만 수행하면 모든 설정 작업은 끝난다.
(/etc/yum.repos.d/ 디렉토리에서 파일을 수작업으로 편집하지 않아도 된다)


Install the EPEL Repository
[CentOS 6.x 또는 RedHat Enterprise 6.x]
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6*.rpm

[CentOS 7.x 또는 RedHat Enterprise 7.x]
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
rpm -Uvh epel-release-7*.rpm


Install the IUS repository (optional)
[RedHat 6.x]
wget http://dl.iuscommunity.org/pub/ius/stable/RedHat/6/x86_64/ius-release-1.0-13.ius.el6.noarch.rpm
rpm -Uvh ius-release*.rpm

또는 아래와 같이 직접 rpm 명령으로 repository를 추가할 수 있다.
rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

rpm -Uvh http://mirror.premi.st/epel//6/x86_64/epel-release-6-8.noarch.rpm


[RedHat 7.x]


http://dl.iuscommunity.org/pub/ius/stable/RedHat/7/x86_64/ius-release-1.0-13.ius.el7.noarch.rpm
sudo rpm -Uvh ius-release*.rpm

댓글 없음:

댓글 쓰기