메뉴 닫기

YUM EPEL 저장소 추가/제거 방법

리눅스 시스템에 특정 툴을 설치하고자 할 경우 간혹 EPEL Repositories를 추가하는 경우가 있습니다.
EPEL ( Extra Packages for Enterprise Linux )이란 엔터프라이즈 리눅스 환경을 위한 추가 패키지를 의미하지요..

우선 내 서버에 EPEL Repositories가 추가되어 있는지 확인 해보세요.
다음과 같이 간단히 확인해보실 수 있습니다.

[root@localhost ~]# rpm -qa | grep epel-release   
epel-release-6-8.noarch

또는

[root@localhost ~]# yum repolist
yumrepo

 

설치가 되어 있지않은 상태에서 EPEL Repositorie 추가하고자 한다면 다음과 같이 yum 을 통해 간단히 추가하실 수 있습니다.

[root@localhost ~]# yum install epel-release      

반대로 해당 EPEL Repositorie 를 제고하고자 하신다면 다음같이 삭제하시면 됩니다.

[root@localhost ~]# rpm -qa | grep epel-release   
epel-release-6-8.noarch

[root@localhost ~]# rpm -ev epel-release-6-8.noarch

 

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x