首页 > 其他 > 详细

添加阿里云源仓库

时间:2020-05-26 10:46:14      阅读:65      评论:0      收藏:0      [点我收藏+]

先备份原始源

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bac.20200526

浏览器找到源地址

记住下面的地址

aliyun.com

mirrors.aliyun.com

https://developer.aliyun.com/mirror/

找到CentOS 8

CentOS 8

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo

回到shell粘贴上述某个命令、

技术分享图片

按网页上刷新源即可

运行 yum makecache 生成缓存

[10:27:01 root@C8[ ~]#yum makecache
Repository AppStream is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository PowerTools is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
CentOS-8 - AppStream                                 7.1 kB/s | 4.3 kB     00:00    
CentOS-8 - Base - mirrors.aliyun.com                  34 kB/s | 3.9 kB     00:00    
CentOS-8 - Extras - mirrors.aliyun.com                11 kB/s | 1.5 kB     00:00    
Metadata cache created.

添加阿里云源仓库

原文:https://www.cnblogs.com/bpzblog/p/12963948.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!