I am trying to remove or uninstall RPMs, but I am bewildered:
[root@localhost dload]# rpm -ev perl-DBD-MySQL-2.1017-3.i386.rpm
error: package perl-DBD-MySQL-2.1017-3.i386.rpm is not installed
[root@localhost dload]# rpm -ev MySQL-server-4.0.13-0.i386.rpm
error: package MySQL-server-4.0.13-0.i386.rpm is not installed
[root@localhost dload]# rpm -Uvh MySQL-server-4.0.13-0.i386.rpm
warning: MySQL-server-4.0.13-0.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1017-3
libmysqlclient.so.10 is needed by (installed) php-mysql-4.2.2-17
[root@localhost dload]# rpm -ev perl-DBD-MySQL-2.1017-3.i386.rpm
error: package perl-DBD-MySQL-2.1017-3.i386.rpm is not installed
Can someone explains what is going on, or what I may be doing wrong? What is the proper way to uninstall an RPM file?
add a comment