Centons下
其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下:
root@www.ctohome.com]# 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

解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的问题相关推荐

  1. 解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors

    Centons下出现这个问题  其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的.处理办法就 ...

  2. 暴力解决Centos6YUM下Loaded plugins: fastestmirror Determining fastest mirror和Could not retrieve mirro

    新建个CentOS-Base.repo,把下面代码拖进去 # CentOS-Base.repo # # The mirror system uses the connecting IP address ...

  3. 使用yum命令安装服务时,一直卡在Loaded plugins: fastestmirror Determining fastest mirrors

    问题描述:使用yum install git命令安装Git时出现Loaded plugins: fastestmirror Determining fastest mirrors,并且一直卡在这个地方 ...

  4. linux yum提示Loaded plugins: fastestmirror, security错误的解决方法

    linux yum提示Loaded plugins: fastestmirror, security错误的解决方法 参考文章: (1)linux yum提示Loaded plugins: fastes ...

  5. yum出现Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile解决方法

    yum出现Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile解决方法 参考文章: (1 ...

  6. 使用yum安装wget时报出:Loaded plugins: fastestmirror No such command: instal. Please use /usr/bin/yum --help

    Centos7 使用yum安装wget时报出以下错误: [root@192-168-0-1 network-scripts]# yum -y instal wget Loaded plugins: f ...

  7. 解决yum 不能更新问题 :yum 报错Loaded plugins: fastestmirror, refresh-packagekit, security

    解决yum 不能更新问题 :yum 报错Loaded plugins: fastestmirror, refresh-packagekit, security 参考文章: (1)解决yum 不能更新问 ...

  8. linux yum报错:Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile

    linux yum报错:Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile   (C ...

  9. linux报错Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile解决方法

    linux报错Loading mirror speeds from cached hostfile解决方法 我这里使用的是centOS7的版本,在使用yum安装包时出现了如下问题: Loaded pl ...

最新文章

  1. MapString, Object map 集合转 json数组, json数组转list ,按条输出到es
  2. 汇编中断知识之INT 1CH
  3. 为什么别人有微粒贷,而你没有?
  4. C++set容器-查找和统计
  5. matlab内维尔差值代码,计算方法上机练习数值积分(包括两次作业).PDF
  6. 信安教程第二版-第11章网络物理隔离技术原理与应用
  7. 把github转至gitee
  8. python多进程用不了_python 多进程,实际上都没有运行,sleep
  9. 神经网络 神经元_神经去耦
  10. 日记 - idea中的中文注释出现乱码的解决方案
  11. uniapp H5 调用高德地图导航
  12. 苦难是屈辱,还是财富?
  13. iso文件:抱歉,装载文件时出现问题
  14. 一文看完计算机基础知识总结
  15. 32位无符号随机函数
  16. 7-1 计算存款利息 (10分) 本题目要求计算存款利息
  17. java dwr 漏洞_DWR异常情况处理常见方法解析
  18. android主流视频直播sdk,Android视频直播SDK集成指引
  19. 头铁!我就硬钢算法岗!
  20. 当年锥子的大爆炸,如今12个语言版本都可轻松搞定!

热门文章

  1. python3.6.5安装教程-Centos7 安装Python3.6.
  2. java和python哪个好学-学java好还是Python好?
  3. asp.net webform html,ASP.NET WebForm页面内容输出方式
  4. mysql三范式和反三范式_数据库三范式和反三范式
  5. php 动态彩码辨色 接口的调用_好用的云函数!后端低代码接口开发,零基础编写API接口...
  6. Arrays.binarySearch返回值
  7. LeetCode Maximum Depth of Binary Tree
  8. bulk_create 批量插入数据
  9. RabbitMQ基本概念(一)-RabbitMQ的优劣势及产生背景
  10. tar -P参数含义