RedHat/Fedora/Centos的第三方RPM仓库RPMForge

RPMForge是CentOS系统下的软件仓库,拥有4000多种的软件包,被CentOS社区认为是最安全也是最稳定的一个软件仓库。默认的CentOS源,软件太少了,可以添加额外的RPMForge

http://repoforge.org/use/

Use cat /etc/redhat-release to find which release of EL you are using

Use uname -a to find your processor architecture

Use rpm -ivh package-filename to install the rpmforge-release package (also works with URLs)

You can use wget or curl to download the package using one of the above links if needed (for example on a server with no X Window)

Then you can use yum to install the available packages from the RepoForge repo, e.g. yum install --enablerepo=rpmforge-extras

Afterward, you can disable accidental updates from the repo by setting enabled = 0 in the repo definition file in /etc/yum.repos.d/

已CentOS 6.x x86_64 为例

rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm


你可能感兴趣的:(RedHat/Fedora/Centos的第三方RPM仓库RPMForge)