大概意思是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