- YUM Download Source RPM
- Extract an RPM Package
- Murmur Server on CentOS5
- CentOS 5 SRPM location
- Upgrade CentOS to 5.6 with Ext4 Support
- HowTo Create A Patch File For A RPM
- Fix NTP Configiration
- Building Relocatable RPM Packages
- YUM Complains about Package "from installed has depsolving problems"
- Yum Update "can't start new thread" in OpenVZ Container
Comments
Anonymous
January 12, 2010
2 years 3 weeks
Would be helpful for the
Would be helpful for the noobs if you could explain how to add the required Repo's.
Thanks!
voyageur
January 18, 2010
2 years 2 weeks
Ah. The repo file is all you
Ah. The repo file is all you need. Once you have it installed, make sure the "enabled" flag is set to 1.
This post, http://www.cyberciti.biz/tips/rhel5-fedora-core-add-new-yum-repository.html, explains the how-to.
For the CentOS testing repo, just download the file http://dev.centos.org/centos/5/CentOS-Testing.repo, and drop it into your /etc/yum.repos.d/ directory. Make sure the "enabled" variable is set to 1.
Some repos provide a rpm file to help you install the repo. For those, you just run "rpm -Uhi http://adbc.com/.../something.rpm", and that shall take care of installation for you.
Hope this helps.