目录
[toc]
禁用 yum插件 fastestmirror
- 修改插件的配置文件
1 | cp /etc/yum/pluginconf.d/fastestmirror.conf /etc/yum/pluginconf.d/fastestmirror.conf.bak |
enabled = 1
由1改为0,禁用该插件
- 修改yum的配置文件
1 | cp /etc/yum.conf /etc/yum.conf.bak |
plugins=1
改为0,不使用插件
获取阿里云 repo
1 | cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak |
清理缓存,重建缓存
1 | yum clean all |
完工。