Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Amado Aguilar on April 05, 2003, 02:08:31 AM

Title: Uninstall Twiggi
Post by: Amado Aguilar on April 05, 2003, 02:08:31 AM
Twiggi is not working for me,  does someone know command to uninstall off 5.5u2 system.  I've tried rpm -e but says its not installed.

thanks
Title: Re: Uninstall Twiggi
Post by: Eric on April 05, 2003, 04:25:44 PM
If you installed Twiggi from rpm(s) then it sounds like your
rpm database is not correct (corrupt/damaged/whatever).
Have you tried to rebuild the rpm database like this:

rpm --rebuilddb

?

Which rpm(s) did you use to install Twiggi?
You could re-install using the same rpm(s) and then
uninstall.

HTH

EricAmado Aguilar wrote:
>
> Twiggi is not working for me,  does someone know command to
> uninstall off 5.5u2 system.  I've tried rpm -e but says its
> not installed.
>
> thanks
Title: Re: Uninstall Twiggi
Post by: Steven Mills on April 07, 2003, 11:15:10 AM
Try rpm -q twiggi, then uninstall the resultant package name.  Worked for me.