How do uninstall Plesk8 on FC4?

R

RobertS

Guest
I installed plesk 8 beta on FC4 but when I give:
rpm -e psa*

I get an error that these package are not installed

So how do I uninstall Plesk 8?
 
you can't use a wildcard with the remove RPM option.

find out what rpms are installed (e.g. rpm -qa|grep psa)
and deinstall them with their fullname.
 
Back
Top