- 2009/09/17 CentOS 5 yum 설정
LazyDreamy » Search » Results » Articles
yum와 관련된 글 1개
CentOS 5 yum 설정
드림 | 2009/09/17 11:09
CentOS 에는 기본적으로 yum 이 설치되있다. 전체적으로 업데이트가 느린 관계로 설치후 추가 repos 와 연계를 해준다.
/etc/yum.repos.d/CentOS-Base.repo
하단의
[centosplus]
enabled=1
[contrib]
enabled=1
로 설정
그 외에 필요한 경우 rpmforge 나 webtatic 을 추가한다. (php 5.3 등을 사용 할 경우)
참조 : http://spring.way2java.net/entry/CentOS-5-yum-repository-%EC%B6%94%EA%B0%80-rpmforge
참조 : http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/























