首页>>帮助中心>>香港云服务器Linux如何更换阿里源yum仓库

香港云服务器Linux如何更换阿里源yum仓库

2024/7/30 286次
香港云服务器Linux在CentOS 7系统下如何更换阿里云的仓库源:

1.先备份现有的yum仓库源

命令:

cd /etc/yum.repos.d

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

2.下载阿里云的yum仓库源

命令:

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

3.清除缓存下载源

命令:

yum clean all

yum makecache