- YUM Download Source RPM
- Install and Configure Subversion over SSH on CentOS
- CentOS: Disable Unneeded Services at Boot Time
- Set up Redmine/Mongrel as Service on CentOS
- Named for OpenVZ Containers
- Install OpenVZ on a X86_64 CentOS
- "ulimit -n" on CentOS
- Create User in RPM Package
- Install Java on CentOS4/5
- Chinese in CentOS
Comments
Anonymous
January 12, 2010
33 weeks 3 days
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
32 weeks 4 days
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.