> CentOS > CentOS入门 >

centos 7 添加第三方yum源

EPEL源

rpm -Uvh http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm

Remi源
rpm -Uvh http://mirrors.hustunique.com/remi/enterprise/remi-release-7.rpm

RPM Fusion源

rpm -Uvh http://download1.rpmfusion.org/free/el/updates/6/x86_64/rpmfusion-free-release-6-1.noarch.rpm

yum install yum-priorities -y

EPEL源
EPEL,即Extra Packages for Enterprise Linux,是由 Fedora 社区创建维护,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。EPEL中含有大量的软件,对官方标准源是一个很好的补充。
“EPEL (Extra Packages for Enterprise Linux  ) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL).”
wiki:http://fedoraproject.org/wiki/EPEL
Fedora EPEL 下载:http://mirrors.fedoraproject.org/publiclist/EPEL/
EPEL 下载地址:http://fedoraproject.org/wiki/EPEL

Remi源
Remi源中的软件几乎都是最新稳定版。
Remi下载地址:http://rpms.famillecollet.com/

RPM Fusion源

RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship. That software is provided as precompiled RPMs for all current Fedora versions and Red Hat Enterprise Linux 5  , 6 and 7; you can use the RPM Fusion repositories with tools like yum and PackageKit.

RPM Fusion is a merger of Dribble, Freshrpms, and Livna; our goal is to simplify end-user experience by grouping as much add-on software as possible in a single location.

RepoForge源
RepoForge(前RPMForge)是CentOS系统下的软件仓库,拥有4000多种的软件包,被CentOS社区认为是最安全也是最稳定的一个软件仓库。The RepoForge project maintains RPM packages for Red Hat Enterprise Linux (RHEL), CentOS  Linux. It provides a set of repositories compatible with various RHEL-derived distributions.

http://repoforge.org/use/

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

centos 6 参考http://veryi.com/w/706.html

(责任编辑:IT)