美文网首页
修改Centos7默认yum源为阿里云源

修改Centos7默认yum源为阿里云源

作者: 白面葫芦娃92 | 来源:发表于2020-04-24 18:54 被阅读0次

https://www.cnblogs.com/itwlp/p/10575217.html

1.备份本地yum源:

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

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

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

3.生成缓存:

yum clean all
yum makecache

4.查看yum源:

yum repolist

相关文章

网友评论

      本文标题:修改Centos7默认yum源为阿里云源

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