centos built-in Yum the source is not rich enough. For ease of use, I often borrow third-party Yum source. Every time you try again, it is too troublesome. In this summary, it is also convenient for future use. I am using 64 BIT system, write only 64 bit, 32 added the bit ......
1, InstallationRpmforge
RpmPackageURL:
Http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
Installation command:
Rpm-IVHHttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
2, InstallationEpel
RpmPackageURL:
Http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-7.noarch.rpm
Installation command:
Rpm-IVH http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-7.noarch.rpm
This script will be used directly in the future for convenience (64BitCentos6.2Installation script ):
#! /Bin/ bash echo " install rpmforge... " RPM -IVH http: /// Frequency echo " install epel... " RPM -IVH http: /// mirrors.sohu.com/fedora-epel/6/ I #/epel-release-6-7.noarch.rpm echo " done "
By the way, the following figure is provided: