my yum.repos.d file is lonely :(

link|improve this question

33% accept rate
1  
What's wrong with CentOS? – natacado Aug 29 '09 at 4:07
feedback

2 Answers

You can get Centos 5.3 here - it is directly derived from RHEL. http://linux.softpedia.com/get/System/Operating-Systems/Linux-Distributions/CentOS-906.shtml

And if you google "yum repository for centos" you will find lots more to add to your repositories.

link|improve this answer
feedback

On my CentOS 4 machine, the yum repository information is here:

/etc/yum.repos.d

A sample entry that I've added:

/etc/yum.repos.d > cat remi.repo 
[remi]
name=Les RPM de remi pour Enterprise Linux 4 - $basearch
baseurl=http://rpms.famillecollet.com/enterprise/4/remi/$basearch/
    http://iut-info.univ-reims.fr/remirpms/enterprise/4/remi/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
failovermethod=priority

[remi-test]
name=Les RPM de remi en test pour Enterprise Linux 4 - $basearch
baseurl=http://rpms.famillecollet.com//enterprise/4/test/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
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.