解決yum安裝下載慢的問題
阿新 • • 發佈:2018-12-27
有時候yum下載時速度很慢,會不停的換mirrors,可能到了最後還會安裝失敗
這時候我們可以考慮清楚快取並更新
yum clean all
yum makecache
yum update
然後再重複安裝命令就可以了
1、備份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2、下載新的CentOS-Base.repo 到/etc/yum.repos.d/
CentOS 5
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo