加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

centos7使用163 yum源

发布时间:2020-12-13 22:20:02 所属栏目:Linux 来源:网络整理
导读:一般是下载 .repo 源即可,但有时候我们需要安装一些额外的包,就需要下载 Extra Packages for Enterprise Linux (EPEL) 源, 比如我们需要用 yum 安装 ansible ,就需要安装 epel 。 安装 163 repo 源。 repo 源一般包括 base,updates,Extras 三部分。 $ cd

一般是下载 .repo 源即可,但有时候我们需要安装一些额外的包,就需要下载 Extra Packages for Enterprise Linux (EPEL) 源, 比如我们需要用 yum 安装 ansible ,就需要安装 epel 。

安装 163 repo 源。

repo 源一般包括 base,updates,Extras 三部分。
$ cd /etc/yum.repos.d/
$ wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
如果还有其他源,可以暂且把他们重命名成其他扩展名,比如 centos-base.repo.bak
$ mv CentOS7-Base-163.repo CentOS7-Base.repo
$ yum clean all
$ yum makecache

安装 epel 源。

$ yum install epel-release
$ yum makecache

检查是否安装成功

$ yum repolist

Loaded plugins: fastestmirror,langpacks
Loading mirror speeds from cached hostfile
* epel: ftp.cuhk.edu.hk
repo id repo name status
base/7/x86_64 CentOS-7 - Base - 163.com 9,007
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 10,133
extras/7/x86_64 CentOS-7 - Extras - 163.com 310
updates/7/x86_64 CentOS-7 - Updates - 163.com 1,687
repolist: 21,137

从上面的输出可以看出,我们安装了 repo 的三个部分 base,Extras. 而 EPEL 则安装了 epel 部分。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读