ทางเลือกคือการเพิ่มที่เก็บ CentOS ที่คุณyum
configs CentOS คือส่วนหนึ่งที่มีขนาดใหญ่ที่มาของ RHEL ดังนั้นแพ็คเกจส่วนใหญ่จึงเข้ากันได้กับ RHEL
ไมเคิลดเขียนคู่มือสำหรับการติดตั้งแพคเกจ CentOS บน RHEL สั้น ๆ :
# 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
ขั้นตอนที่คล้ายกันจะต้องมีการติดตามสำหรับ repos บุคคลที่สามอื่น ๆ การใช้ Cento repo นั้นเป็นที่นิยมมากกว่าเนื่องจากมันจะมีการพึ่งพาทั้งหมดที่แพ็คเกจของคุณต้องการ
ถ้าคุณได้รับ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