1. 程式人生 > >Centos7更改yum源和epel源到阿裏雲

Centos7更改yum源和epel源到阿裏雲

添加 ali 緩存 iyu 備份 ack http /etc aliyun

備份原來的yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

設置yum源為阿裏雲
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

添加epel源
wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo

清理緩存並生成新的緩存
yum clean all
yum makecache

Centos7更改yum源和epel源到阿裏雲