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

CentOS7 修改yum源为阿里源

时间:2019-09-16 14:41:50      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:info   阿里   font   -o   更新   centos   repos   root   配置文件   

1.备份本地yum源

[root@bogon ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak

 

2.获取阿里yum源配置文件

[root@bogon ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

3.更新yum缓存

[root@bogon ~]# yum makecache

 

4.查看当前yum源

[root@bogon ~]# yum repolist

技术图片

 

CentOS7 修改yum源为阿里源

标签:info   阿里   font   -o   更新   centos   repos   root   配置文件   

原文地址:https://www.cnblogs.com/heqiuyong/p/11526706.html

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