以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 #只升級所有包,不升級軟體和系統核心。