CentOS EPEL 저장소 추가 하기

https://archive.fosdem.org/2016/schedule/event/whither_epel/whither_epel-7d101adf50d8c1303f56b68e051252a19442bd518cc33273ac0ca9af45a4069c.png

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

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다