Centos-7修改yum源為國內的yum源

kting8888發表於2019-02-21

以centos7為例 ,以 修改為阿里的yum源

1. 備份本地yum源

[root@localhost yum.repos.d]# cp CentOS-Base.repo CentOS-Base.repo.bak

2.獲取阿里yum源配置檔案

[root@localhost yum.repos.d]# wget http://mirrors.aliyun.com/repo/Centos-7.repo

3.更新cache

 yum makecache 

 4.yun升級

yum install update #升級所有包同時也升級軟體和系統核心;

yum -y upgrade #只升級所有包,不升級軟體和系統核心。

 

相關文章