Does anyone know how to setup the CentOS repositories to work under RHEL 5.6? Please be specific if possible.

link|improve this question

72% accept rate
feedback

2 Answers

up vote 5 down vote accepted

"Migration Guide"

link|improve this answer
Perfect, exactly what I needed. – CarpeNoctem May 25 '11 at 0:03
feedback

You can create a file called

/etc/yum.repos.d/centos.repo

Have following in it

[base]
name=CentOS-$releasever - Base
baseurl=http://yum.theplanet.com/5.6/os/$basearch/
gpgcheck=0

[updates]
name=CentOS-$releasever - Updates
baseurl=http://yum.theplanet.com/5.6/updates/$basearch/
gpgcheck=0

This might break things though!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.