IT/linux

RedHat에서 CentOS로 yum repository 변경하기

울티마 2015. 8. 20. 14:57

출처 : http://yoga82.tistory.com/90

 

레드햇 Enterprise 6 의 yum repository를 셋팅한다

/etc/yum.conf 에 추가한다

 

[base]

name=CentOS-$releasever - Base

baseurl=http://ftp.daum.net/centos/6/os/$basearch/

gpgcheck=1

gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6

 

 

[updates]

name=CentOS-$releasever - Updates

baseurl=http://ftp.daum.net/centos/6/updates/$basearch

gpgcheck=1

gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6

 

[extras]

name=CentOS-@releasever - Extras

baseurl=http://ftp.daum.net/centos/6/extras/@basearch

gpgcheck=1

gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6

 

[centosplus]

name=CentOS-@releasever - Plus

baseurl=http://ftp.daum.net/centos/6/centosplus/@basearch

gpgcheck=1

gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6

'IT > linux' 카테고리의 다른 글

swap 용량 변경  (0) 2022.06.10
CentOS 6에 JBoss, NGINX 설치 및 기본 연동  (0) 2015.09.12
rpm의 32/64bit 확인하기  (0) 2015.08.20
login.def 와 chage 사용법  (0) 2015.04.07
RedHat에 Oracle 설치 시 환경 변수 설정  (0) 2015.04.02