[root@localhost ~]# rpm -qa|grep mysql
php-mysql-5.1.6-27.el5
mysql-5.0.77-4.el5_5.3
perl-DBD-mysql-4.014-1.el5.rf
mysql-server-5.0.77-4.el5_5.3
[root@localhost ~]# rpm -e –nodeps php-mysql-5.1.6-27.el5
error: package –nodeps is not installed
[root@localhost ~]# rpm -e –nodeps mysql-5.0.77-4.el5_5.3
error: package –nodeps is not installed
[root@localhost ~]# rpm -e –perl-DBD-mysql-4.014-1.el5.rf
error: package –perl-DBD-mysql-4.014-1.el5.rf is not installed
利用网络上提供的方法 有这个提示 管理员有空的话 麻烦您回复下 谢谢
欢迎转载,但请保留此信息
rpm -e --nodeps
今天测试了下,不应该用--force了这个只是安装时用
而是用 --nodeps,如
rpm -e --nodeps php-mysql-5.1.6-27.el5
nodeps里是两个横线的