EPEL(Extra Packages for Enterprise Linux) 이란?
페도라 그룹에서 관리 하는 저장소로 CentOS나 RHEL에 기본적으로 탑재되어 있지 않은 패키지를 제공한다.
EPEL 저장소 설치
- Centos 7 x86_64 버전
# rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- Centos 6 x86_64 버전
# rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
저장소 설치 확인
yum repolist
명령으로 확인 할 수 있다.
# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: data.nicehosting.co.kr
* epel: mirror.premi.st
* extras: data.nicehosting.co.kr
* updates: centos.tt.co.kr
repo id repo name status
base/7/x86_64 CentOS-7 - Base 8,465
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 6,281
extras/7/x86_64 CentOS-7 - Extras 75
updates/7/x86_64 CentOS-7 - Updates 1,101
repolist: 15,922