centos7替换yum源为阿里云

1.进入yum.repos.d目录

cd /etc/yum.repos.d/

2.备份当前目录yum.repos.d下的所有文件,然后删除

3.安装阿里yum源

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
vi CentOS-Base.repo
:%s/$releasever/7/g
:wq

保存

4.清除旧的yum缓存

yum clean all

5.生成新的缓存

yum makecache

6.检查

yum repolist
posted @ 2024-09-09 11:57  猝死的路上  阅读(409)  评论(0编辑  收藏  举报