On Tuesday 21 June 2005 15:20, ian swanson wrote:
> I wish to Uninstall MySQL from Fedora Core 3. This is because I beleive
> that it isn't installed properly. How do I go about doing this? Thanks,
> Ian.
I don't use Fedora, but "rpm -qa" gives you all installed packages.  Filter 
for mysql:
rpm -qa | grep mysql
and remove them with "rpm -e <package name>".


Stef
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to