On Thu, 25 Nov 2004, Pashka wrote: > Hi All, > I have a problem with MySQL. > Some time ago I installed those packages (rpm -Uvh *.rpm) : > MySQL-client-4.1.7-0.i386.rpm > MySQL-devel-4.1.7-0.i386.rpm > MySQL-server-4.1.7-0.i386.rpm > MySQL-shared-compat-4.1.7-0.i386.rpm > > Now I need to completely remove those packages from my system. How can I > do this ? When I tried to do rpm -e MySQL-server-4.1.7-0.i386.rpm , i > saw mant dependencies errors and now I am unable to reinstall those > packages :( Help me please ! How about: yum remove MySQL\* Satish