CentOSrpm additional package Source
In CentOS, we can use yum to download or update the rpm package, but only a part of the rpm package is provided in the standard source (repository), although in most cases, these packages are sufficient.
But sometimes you still need to download some other non-standard packages, such as qemu. Otherwise, you can only compile the corresponding packages by yourself, and this may not be what every user is willing to do.
The following website provides additional packages for installation.
Http://repoforge.org/
The RepoForge project maintains the RPM package for the following projects:
Red Hat Enterprise Linux (RHEL) CentOSScientific Linux we provide a series of sources compatible with various RHEL versions that provide corresponding packages for: servers (such. monitoring, troubleshooting, management) Desktop (such. office, casual, and multimedia development (such. perl, python, and ruby libraries): 1. first, determine the version of your machine. Use lsb_release-a 2. download the rpm package reference: http://repoforge.org/use/ 3. install the appropriate rpm package $ rpm-ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm 4. use yum to install additional rpm packages, such as $ yum install -- enablerepo = rpmforge-extras qemu
For details, refer to the above link.