problem removing mysql with yum

Rick Chen rick.chen at optusnet.com.au
Thu May 5 06:12:59 UTC 2005


On Thu, 2005-05-05 at 11:31 +0900, Mark Sargent wrote:
> Hi All,
> 
> am wishing to remove mysql with yum, but, get the following. Any 
> suggestions.? I tried yum install perl-DBD-MySQL but it said nothing to 
> do. Cheers.
> 
> Mark Sargent.
> 
> [root at localhost ~]# yum remove mysql

Check what package of mysql you got

[root at mimic ~]# rpm -qa|grep -i mysql
perl-DBD-MySQL-2.9003-5
libdbi-dbd-mysql-0.6.5-9
MySQL-server-4.1.11-0
MySQL-python-0.9.2-4
MySQL-shared-compat-4.1.10a-0
MySQL-client-4.1.11-0
mod_auth_mysql-20030510-5
php-mysql-4.3.11-2.5

then to uninstall MySQL-client issue this

[root at mimic ~]# yum remove MySQL-client
Setting up Remove Process
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package MySQL-client.i386 0:4.1.11-0 set to be erased
--> Running transaction check

Dependencies Resolved
Transaction Listing:
  Remove: MySQL-client.i386 0:4.1.11-0
Total download size: 0
Is this ok [y/N]: n
Exiting on user Command
Complete!





More information about the fedora-list mailing list