대안은 CentOS 저장소를 yum
구성 에 추가하는 것 입니다. CentOS는 대부분 RHEL 의 파생물입니다 . 따라서 대부분의 패키지는 RHEL과 호환됩니다.
Michael Cutler는 RHEL에 CentOS 패키지 를 설치하기 위한 가이드를 작성했습니다 . 간단히:
# find out the release (version) of your RHEL
# ex: 5.0, 6.0, 6.3
lsb_release -r
cat /etc/issue
# create a new yum .repo config file
nano /etc/yum.repos.d/centos.repo
# add the following contents to centos.repo
# change the 6 in baseurl to your RHEL release
# check here for options: http://ftp.heanet.ie/pub/centos/
[centos]
name=CentOS $releasever - $basearch
baseurl=http://ftp.heanet.ie/pub/centos/6/os/$basearch/
enabled=1
gpgcheck=0
# save centos.repo and (optional) run this to reset the cache
yum clean all
다른 타사 리포지토리에도 비슷한 단계를 수행해야합니다. 그러나 CentOS 저장소를 사용하는 것이 좋습니다. 패키지에 필요한 모든 종속성이 포함되어있을 수 있습니다.
접하게되면이 (가)있는 경우 PYCURL ERROR 22 - "The requested URL returned error: 404"
오래된 타사 저장소 .repo
와 관련 파일 을 삭제하여 오래된 타사 저장소를 제거 할 수 있습니다.
# Ex: http://repoforge.org
cd /etc/yum.repos.d/
rm rpmforge.repo
rm mirrors-rpmforge
rm mirrors-rpmforge-extras
rm mirrors-rpmforge-testing