CentOS 7 设置阿里云下载源

1. 备份本地yum源

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. 更新cache

yum makecache 

 

posted @ 2020-09-02 19:46  elon_wang  阅读(346)  评论(0编辑  收藏  举报