linux下yum命令出现Loaded plugins: fastestmirror

linux下yum命令出现Loaded plugins: fastestmirror

yum install的时候提示:Loaded plugins: fastestmirror

fastestmirror是yum的一个加速插件,这里是插件提示信息是插件不能用了。

不能用就先别用呗,禁用掉,先yum了再说。

1.修改插件的配置文件

# vi  /etc/yum/pluginconf.d/fastestmirror.conf

enabled = 1//由1改为0,禁用该插件

...............................

2.修改yum的配置文件

# vi /etc/yum.conf

.........................

plugins=1//改为0,不使用插件

........................

参考:

http://blog.csdn.net/pk0071/article/details/14170065

时间: 2024-10-16 10:36:48

linux下yum命令出现Loaded plugins: fastestmirror的相关文章

【llinux】yum命令出现Loaded plugins: fastestmirror Determining fastest mirrors

在进行yum 安装的时候.报错了. Loaded plugins: fastestmirror Determining fastest mirrors fastestmirror是yum的一个加速插件,这里是插件提示信息是插件不能用了. 既然提示不能用了.那就禁用掉 1 修改插件的配置文件 vi /etc/yum/pluginconf.d/fastestmirror.conf enabled = 1//由1改为0,禁用该插件 2  修改yum的配置文件 vi /etc/yum.conf plug

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

2018-07-02       21:43:13 Yum报错 [[email protected] yum.repos.d]# yum makecache Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile Error: Cannot find a valid baseurl for repo: elasticsearch-6.x [[ema

Linux下yum命令详解

1.简述 yum = Yellow dog Updater, Modified主要功能是更方便的添加/删除/更新RPM包.它能自动解决包的倚赖性问题.类似于Ubuntu的apt.它能便于管理大量系统的更新问题. 配置文件:/etc/yum.conf 特点: *可以同时配置多个资源库(Repository) *简洁的配置文件(/etc/yum.conf) *自动解决增加或删除rpm包时遇到的倚赖性问题 *使用方便 *保持与RPM数据库的一致性 2.命令 yum install yum-fastes

CentOS 7 yum Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile

yum install nginx发生的错误 yum install nginx Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile ..... No package nginx available. Error: Nothing to do 解决方法: 可能缺乏epelEPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系

Linux下lzop命令安装

[[email protected] ~]# yum install lzop Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.btte.net * extras: mirrors.yun-idc.com * updates: mirrors.yun-idc.com base | 3.7 kB 00:00 extras | 3.4 kB 00:00 extras/primary_db | 32 k

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

[[email protected] yum.repos.d]# yum install nfs-utils rpcbind -y Loaded plugins: fastestmirror, securityExisting lock /var/run/yum.pid: another copy is running as pid 3517.Another app is currently holding the yum lock; waiting for it to exit... The

解决代理上网中Linux下YUM无法使用

背景: 公司的电脑是通过代理上网的,Vmware下一台Centos6.5_64的系统,网络模式为NAT.可以ping的通外网,但是yum安装东西总是报错,如下图 [[email protected] ~]#yum list Loaded plugins: fastestmirror, refresh-packagekit, securitySetting up Remove ProcessNo Match for argument: mysql-serverLoading mirror spee

centos 下yum命令无法正常安装docker问题

docker安装前检查你对应centos版本,一般要高与3.8版本才支持[email protected] ~]# uname -aLinux bogon 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux在安装docker时出现如下错误信息,[[email protected] ~]# yum -y install dockerLoaded plugins: f

linux下常用命令备忘

转自:Linux 命令集锦 linux下查看监听端口对应的进程 # lsof -i:9000 # lsof -Pnl +M -i4 如果退格键变成了:"^h". 终端连接unix删除退格键,按住CTL键同时按delete Linux搜索 # find / -name "xxx.conf" 查看linux是32位还是64位的命令 #file /sbin/init #getconf LONG_BIT #getconf -a 在Linux和Windows下都可以用nslo