大概意思是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
--------------------- 本文来自 motian06 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/motian06/article/details/17563097?utm_source=copy