博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
centos6安装了epel 7的处理办法
阅读量:6385 次
发布时间:2019-06-23

本文共 2044 字,大约阅读时间需要 6 分钟。

hot3.png

`#系统是Centos 6.6, 这里错误了安装 epel [root@ip-127-0-0-1 softs] rpm -ivh

#使用 yum search munin 时提示了错误信息 [root@ip-127-0-0-1 softs] yum search munin Loaded plugins: amazon-id, rhui-lb, security Error: xz compression not available

开始解决Error, remove 错误的epel

[root@ip-127-0-0-1 softs] yum remove epel-release Loaded plugins: amazon-id, rhui-lb, security Setting up Remove Process Resolving Dependencies .....

中间提示时 输入 y (yes)

Installed size: 22 k Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. Erasing : epel-release-7-5.noarch 1/1 Verifying : epel-release-7-5.noarch 1/1 Removed: epel-release.noarch 0:7-5

Complete!

清理epel 缓存

[root@ip-127-0-0-1 softs]# rm -rf /var/cache/yum/x86_64/6Server/epel/

重新安装正确的epel

[root@ip-127-0-0-1 softs]# rpm -ivh epel-release-6-8.noarch.rpm

再次确认,成功完成

[root@ip-127-0-0-1 softs]# yum search munin Loaded plugins: amazon-id, rhui-lb, security epel/metalink | 13 kB 00:00

epel | 4.4 kB 00:00
epel/primary_db | 6.7 MB 00:00
epel/pkgtags | 1.6 MB 00:00
========================= N/S Matched: munin =============== PyMunin.noarch : Python Module for developing Munin Multigraph Monitoring Plugins munin-java-plugins.noarch : java-plugins for munin munin-ruby-plugins.noarch : ruby-plugins for munin unbound-munin.noarch : Plugin for the munin / munin-node monitoring package munin.noarch : Network-wide graphing framework (grapher/gatherer) munin-async.noarch : Network-wide graphing framework (asynchronous client tools) munin-cgi.noarch : Network-wide graphing framework (cgi files for apache) munin-common.noarch : Network-wide graphing framework (common files) munin-netip-plugins.noarch : Network-wide graphing framework (dhcpd3 and ntp plugins) munin-nginx.noarch : Network-wide graphing framework (cgi files for nginx) munin-node.noarch : Network-wide graphing framework (node)

Name and summary matches only, use "search all" for everything.`

转载于:https://my.oschina.net/yangting880815/blog/680433

你可能感兴趣的文章
find命令详解(1)
查看>>
python2-1
查看>>
关于正则表达式的有趣之处
查看>>
Junit测试Controller(MockMVC使用),传输@RequestBody数据解决办法
查看>>
Shell脚本 (二)文本测试、整数值比较、字符串比较 条件测试操作 if语句应用实例...
查看>>
Java学习lesson 11
查看>>
一篇文章教会你理解Scrapy网络爬虫框架的工作原理和数据采集过程
查看>>
Oracle管理
查看>>
springcloud架构搭建(一) Eureka服务器搭建及配置
查看>>
学习六十三
查看>>
linux基本命令
查看>>
docker学习总结七
查看>>
Ubuntu下安装中文输入法
查看>>
网站权重
查看>>
day23-----------多线程(传智视频)
查看>>
通过jaxb实现 根据xml生成Ojbect
查看>>
微信支付集成步骤
查看>>
互联网寒冬裁员潮,这些人可能有点慌!
查看>>
图片如何转换为文字
查看>>
MyBatis 原理浅析——基本原理
查看>>