CentOS 7 x86_64适用的EPEL安装源 国内镜像列表

来源:互联网 发布:淘宝客都用什么软件 编辑:程序博客网 时间:2024/05/16 06:05

CentOS 7 x86_64适用的EPEL安装源 国内镜像列表

EPEL 是 Extra Packages for Enterprise Linux 的缩写(EPEL),是用于 Fedora-based Red Hat Enterprise Linux (RHEL) 的一个高质量软件EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。


安装EPEL

官方源直接安装

国内的往往速度会更快

这是来自官方公布的数据(2015-01-28)

http://mirrors.fedoraproject.org/publiclist/EPEL/7/x86_64/#CN

配置EPEL源

vi /etc/yum.repos.d/epel.repo

vi /etc/yum.repos.d/epel-testing.repo

这是已经替换好上海交大源的文件,如果想使用中科大的,请用http://mirrors.ustc.edu.cn/来替换http://ftp.sjtu.edu.cn/fedora/就可。其它以此来推。

检查源是否已添加

运行命令生成缓存

选择速度最快的yum源

yum安装插件yum-plugin-fastestmirror

1
yuminstall  yum-plugin-fastestmirror
0 0