Kyle Quillen wrote:
> 
> All,
> 
> I goofed a bit today and installed one of the squirrel mail themes but
> now i want to get rid of it.  So I guess my question is what is the
> proper way to uninstall squirrell mail and reinstall it.  Like it was
> never there
> 
> Thanks
> Q
> 

# rpmfile=$(locate $(rpm -q squirrelmail-toaster).noarch.rpm)
# echo $rpmfile

That should show you where you have a binary rpm you can install from.
If there's more than one, pick one or the other and assign it to $rpmfile.

# rpm -e squirrelmail-toaster
# rpm -ivh $rpmfile

-- 
-Eric 'shubes'


---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to