fastestmirror不能使用,fastestmirror是yum的一个加速插件

处理办法就是禁用这个插件

方法两种

 

第一种

vi /etc/yum/pluginconf.d/fastestmirror.conf

把enabled=1改为0

vi /etc/yum.conf

把plugins=1改为0

yum>

sed -i "s/plugins=1/plugins=0" /etc/yum.conf

yum clean all

相关文章: