博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在CentOS/RHEL 7.X安装 EPEL repo 的方法
阅读量:6843 次
发布时间:2019-06-26

本文共 2574 字,大约阅读时间需要 8 分钟。

在CentOS/RHEL 7.X安装 EPEL repo 的方法

一 背景

RHEL以及他的衍生发行版如CentOS、Scientific Linux为了稳定,官方的rpm repository提供的rpm包往往是很滞后的,而EPEL恰恰可以解决这两方面的问题。EPEL的全称叫 Extra Packages for Enterprise Linux 。EPEL是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。装上了 EPEL之后,就相当于添加了一个第三方源。在某些情况下,通过 EPEL repo 安装一些软件比其他安装方式方便很多。

众所周知,rpmfusion.org 主要为桌面发行版提供大量rpm包,而EPEL则为服务器版本提供大量的rpm包,而且大多数rpm包在官方 repository 中是找不到的。绝大多数rpm包要比官方 repository 的rpm包版本要新。

二 操作步骤

2.1 执行安装命令

yum -y install epel-release

2.2 查看结果

yum repolistLoaded plugins: fastestmirror, ovlLoading mirror speeds from cached hostfile * base: ap.stykers.moe * epel: mirror01.idc.hinet.net * extras: mirrors.cn99.com * updates: mirrors.njupt.edu.cnrepo id                                                              repo name                                                                                           statusbase/7/x86_64                                                        CentOS-7 - Base                                                                                     10019*epel/x86_64                                                         Extra Packages for Enterprise Linux 7 - x86_64                                                      12973extras/7/x86_64                                                      CentOS-7 - Extras                                                                                     371updates/7/x86_64                                                     CentOS-7 - Updates                                                                                   1163repolist: 24526

我们可以与安装之前对比一下:

yum repolistLoaded plugins: fastestmirror, ovlLoading mirror speeds from cached hostfile * base: mirrors.nwsuaf.edu.cn * extras: mirrors.nwsuaf.edu.cn * updates: mirrors.nwsuaf.edu.cnrepo id                                                                            repo name                                                                             statusbase/7/x86_64                                                                      CentOS-7 - Base                                                                       10019extras/7/x86_64                                                                    CentOS-7 - Extras                                                                       371updates/7/x86_64                                                                   CentOS-7 - Updates                                                                     1163repolist: 11553

效果不言而喻。

2.3 其他安装方式

通过 rpm 包可以安装,下载地址如下:<;

转载于:https://blog.51cto.com/3842834/2362050

你可能感兴趣的文章
app自动化测试环境搭建
查看>>
apache安装后出现:no installed service named “apache2.2”
查看>>
DB 与oracle 批量新增的写法
查看>>
[转载] 原罪
查看>>
667. Beautiful Arrangement II
查看>>
CentOs下安装Elasticsearch
查看>>
瀑布流(基于Django)
查看>>
Javaoop 遇到的问题
查看>>
Navicat远程连接不上mysql解决方案
查看>>
UIUC同学Jia-Bin Huang收集的计算机视觉代码合集
查看>>
Xcode5制作iOS静态库
查看>>
C++ 多线程编程解决CPU占用率高问题
查看>>
List对象排序的通用方法
查看>>
MessageDigest
查看>>
Calendar Game
查看>>
iptables-snat-dnat-设置
查看>>
Linux内核中链表的实现与应用【转】
查看>>
局部变量、全局变量、堆、堆栈、静态和全局【转】
查看>>
Linux内核同步机制之(三):memory barrier【转】
查看>>
ZOJ Problem Set - 1090——The Circumference of the Circle
查看>>