配置yum更新源服務器
Yum(Yellow dog Updater, Modified)是Redhat、CentOS中的軟件包管理器。基於RPM包管理,可以從指定的服務器自動下載RPM包而且安裝,而且自動處理安裝包的依賴性關係,自動安裝安裝全部依賴的軟件包,無須人工干預。curl
在Centos中,默認從國外Centos官方源下載rpm包,下載速度很是緩慢,所以咱們在動做中,會把下載源改成國內的yum源(阿里、清華大學、搜狐等鏡像倉庫),下面咱們以阿里源鏡像爲例實戰修改:ide
用普通用戶登陸,並用 su - root切換到root用戶;url
備份系統默認的repo文件:spa
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.20200403.bakblog
查找阿里yum源:get
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repoit
或者io
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repoclass
直接在運行上面的內容就能更換鏡像源,是否是很簡單。