美文网首页Linux
Centos7更新阿里云yum源

Centos7更新阿里云yum源

作者: _郑_ | 来源:发表于2019-11-01 10:31 被阅读0次

1)下载repo文件 

wget http://mirrors.aliyun.com/repo/Centos-7.repo

2)备份并替换系统的repo文件 

cp Centos-7.repo /etc/yum.repos.d/ 

cd /etc/yum.repos.d/ 

mv CentOS-Base.repo CentOS-Base.repo.bak 

mv Centos-7.repo CentOS-Base.repo (区分大小写)

3)执行yum源更新命令 

yum clean all 

yum makecache 

yum update

配置完毕。

相关文章

网友评论

    本文标题:Centos7更新阿里云yum源

    本文链接:https://www.haomeiwen.com/subject/rvczsctx.html