1.原因
yum安装软件时出现Loaded plugins: fastestmirror说明fastestmirror插件出错了
2.解决办法
禁用fastestmirror插件
vi /etc/yum/pluginconf.d/fastestmirror.conf
把enabled = 1改为enabled = 0 意思就是禁用
3.示例
修改后:
[main]
enabled=0
verbose=0
always_print_best_host = true
socket_timeout=3
# Relative paths are relative to the cachedir (and so works for users as well
# as root).
hostfilepath=timedhosts.txt
maxhostfileage=10
maxthreads=15
#exclude=.gov, facebook
#include_only=.nl,.de,.uk,.ie