centos 自带mysql卸载时出现无法卸载情况

前端之家收集整理的这篇文章主要介绍了centos 自带mysql卸载时出现无法卸载情况前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

[dianyi@localhost ~]$ rpm -qa|grep MysqL MysqL-libs-5.1.52-1.el6_0.1.x86_64

[dianyi@localhost ~]$ rpm -e MysqL-libs-5.1.52-1.el6_0.1.x86_64 error:

Failed dependencies:

libMysqLclient.so.16()(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64 libMysqLclient.so.16(libMysqLclient_16)(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64 MysqL-libs is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64

[dianyi@localhost ~]$ rpm -e postfix-2:2.6.6-2.2.el6_1.x86_64 error: package postfix-2:2.6.6-2.2.el6_1.x86_64 is not installed

解决办法: rpm -e --nodeps MysqL-libs-5.1.52-1.el6_0.1.x86_64

原文链接:https://www.f2er.com/centos/376913.html

猜你在找的CentOS相关文章