码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS6 7 8更换阿里yum源

时间:2020-05-03 12:16:33      阅读:491      评论:0      收藏:0      [点我收藏+]

标签:mirrors   span   方法   base   https   阿里云   wget   update   epo   

CentOS6 7 8更换阿里yum源

阿里云Linux安装镜像源地址:http://mirrors.aliyun.com

 

配置方法:

1.备份

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2.下载   新的CentOS-Base.repo到/etc/yum.repos.d

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

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

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

3.更新缓存

yum clean all && yum makecache
yum update -y

 

CentOS6 7 8更换阿里yum源

标签:mirrors   span   方法   base   https   阿里云   wget   update   epo   

原文地址:https://www.cnblogs.com/Summer6/p/12821095.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!