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

Centos7更换yum源

时间:2020-03-08 14:27:08      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:使用   date   wget   base   etc   cache   ror   shell   yun   

更改yum默认repo源(推荐使用阿里云yum源)

# 使用之前请确保已经安装wget,如未安装请执行下面一条命令来安装
yum install -y wget

# 1.备份当前yum源(可选)
cd /etc/yum.repos.d/
cp /CentOS-Base.repo /CentOS-Base-repo.bak

# 2.使用wget下载阿里yum源repo文件
wget http://mirrors.aliyun.com/repo/Centos-7.repo

# 3.清理默认缓存包
yum clean all

# 4.把下载下来的阿里云repo文件设置成为默认源
mv Centos-7.repo CentOS-Base.repo

# 5.生成阿里云yum源缓存并更新yum源
yum makecache
yum update

Centos7更换yum源

标签:使用   date   wget   base   etc   cache   ror   shell   yun   

原文地址:https://www.cnblogs.com/ixuer/p/12442106.html

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