微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Centos7.x RHEL 配置EPEL第三方YUM源

Epel介绍

具体请参见:http://fedoraproject.org/wiki/EPEL

如何安装 Epel源到RHEL/CentOS 7/6/5?

通过wget命令下载RPM文件,然后安装。

RHEL/CentOS 7

# wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# rpm -ivh epel-release-latest-7.noarch.rpm

RHEL/CentOS 6

## RHEL/CentOS 6 
# wget 
http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
# rpm -ivh epel-release-6.noarch.rpm

如何检查epel是否安装成功?

使用一下命令:

# yum repolist  

输出如下

[root@Lixiaolong ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.yun-idc.com
* epel: ftp.sjtu.edu.cn
* extras: mirrors.yun-idc.com
* updates: mirrors.yun-idc.com
repo id repo name status
base/7/x86_64 CentOS-7 - Base 8,465
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 5,036
extras/7/x86_64 CentOS-7 - Extras 30
updates/7/x86_64 CentOS-7 - Updates 423
repolist: 13,954
[root@Lixiaolong ~]# 
 IT网,http://www.it.net.cn 

如何使用epel源安装软件?

例如想查看cacti信息

# yum --enablerepo=epel info cacti

IT网,http://www.it.net.cn

安装则执行以下命令:

# yum --enablerepo=epel install cacti

Note: Epel的配置文件在/etc/yum.repos.d/epel.repo.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。