yum禁用fastestmirror加速插件
centos我一般用163或者搜狐的源,其他的速度慢,但是yum自带的fastestmirror加速插件
每次都是自作聪明的运行一番,速度慢多了,禁用fastestmirror加速插件方法如下。
修改以下配置文件
-
# vi /etc/yum/pluginconf.d/fastestmirror.conf
-
-
[main]
-
enabled=0 //把1改为0
-
verbose=0
-
socket_timeout=3
-
hostfilepath=/var/cache/yum/timedhosts.txt
-
maxhostfileage=10
-
maxthreads=15
-
#exclude=.gov, facebook
-
=======================================================================================
-
修改以下配置文件
-
#vi /etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1 #将plugins的值修改为0
installonly_limit=5