Error: Trying to remove "yum", which is protected

环境:centos6.5

问题:安装nginx的时候因为它的rewrite模块依赖pcre,所以用yum装了一下pcre。可是呢,在卸载pcre       的时候却提示我下述错误。我是用yum装的,我现在卸载也用yum怎么就不行了呢?

分析:据提示可能是pcre依赖包包含yum,卸载yum的时候yum自动保护

解决:忽略依赖关系,只卸载pcre。

rpm -e --nodeps pcre

图示:

时间: 2024-10-12 16:17:39

Error: Trying to remove "yum", which is protected的相关文章

[RabbitMQ]Error: unable to connect to node [email protected]: nodedown(CentOS7.0)

今天在搭建OpenStack的时候需要安装RabbitMQ,可是使用yum install rabbitmq-server安装之后,按照OpenStack官方提供的文档修改guest用户密码的时候却出现了如下错误: [[email protected] ~]# rabbitmqctl change_password guest Rabbit123 Changing password for user "guest" ... Error: unable to connect to nod

error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 ___tmainCR...(转)

一,问题描述 MSVCRTD.lib(crtexew.obj) : error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 ___tmainCRTStartup 中被引用  Debug\jk.exe : fatal error LNK1120: 1 个无法解析的外部命令 error LNK2001: unresolved external symbol [email protected] debug/main.exe:fatal error LNK 1

error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 _wmain 中被引用

1>sockett.obj : error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 _wmain 中被引用 解决方法: 没有加入相应的链接库,winmm.lib.在头文件添加 #pragma comment(lib,"ws2_32.lib") ws2_32.lib文件,提供了对以下网络相关API的支持,若使用其中的API,则应该将ws2_32.lib加入工程(否则需要动态载入ws2_32.dll).有时无法直接对头文件进行修改.在引

Error: unable to connect to node [email protected]: nodedown

某天,开启一个应用时,发现连接rabbitmq失败,本来想用rabbitmqctl来查看队列,结果提示“Error: unable to connect to node [email protected]: nodedown”,执行任何命令,重启都不管用.然后,针对这个错误,去查找原因,有人说是因为计算机名被修改的原因造成的.因此,打开/etc/hosts文件,还原为最初的计算机名,默认应该是localhost.但是,改文件必须得重启机器,才能生效,没办法,只能执行hostname localh

error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 [email protected] 中被引用

出现错误: 1>WinMain.obj : error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 [email protected] 中被引用 1>WinMain.obj : error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 [email protected] 中被引用 1>WinMain.obj : error LNK2019: 无法解析的外部符号 [email protected],该符号

搭建openstack,报:Error: unable to connect to node [email protected]: nodedown

执行: # rabbitmqctl add_user openstack passw0rd 报出: Error: unable to connect to node [email protected]: nodedown DIAGNOSTICS =========== attempted to contact: [[email protected]] [email protected]: * connected to epmd (port 4369) on localhost * epmd re

error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 .... 中被引用....

VS中出现:error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 .... 中被引用....的编译错误是,一般是是因为PlaySound函数在Winmm.lib库中,所有需要需要链接库,以下方法可解决: 1.头文件中声明:#pragma comment(lib, "winmm") 2.菜单Project --> Settings...-->Link标签-->Object/Library modules:中加入Winmm.l

error LNK2019: 无法解析的外部符号 [email protected],该符号在函数。。。使用

一,问题描述 MSVCRTD.lib(crtexew.obj) : error LNK2019: 无法解析的外部符号 [email protected],该符号在函数 ___tmainCRTStartup 中被引用 Debug\jk.exe : fatal error LNK1120: 1 个无法解析的外部命令 error LNK2001: unresolved external symbol [email protected] debug/main.exe:fatal error LNK 11

wamp phpMyAdmin error #1045 - Access denied for user [email protected] Fixed!

视频在这里: https://www.youtube.com/watch?v=iA_UYg5MLZk stackoverflow解决办法在这里:http://stackoverflow.com/questions/19482371/fix-access-denied-for-user-rootlocalhost-for-phpmyadmin 连接在这里很简单的! 百度搜索的话直接给出修改多少行多少行.... 我在这里简单的总结一下: 找到安装目录:G:\wamp\apps\phpmyadmin4