[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How do I remove 3rd party software from my server (was EMUMAIL)
- Subject: Re: [cobalt-users] How do I remove 3rd party software from my server (was EMUMAIL)
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Tue Aug 8 20:56:05 2000
Hadi Maleki <hadim@xxxxxxxxxxxxx> wrote:
> how can i remove EMUmail from my RaQ3i?
I'm not familiar with how it was installed, but if Emumail uses a Cobalt package
file look for an uninstall script in /var/lib/cobalt/uninstallers and run it.
If it's an RPM installation find out the name of the RPM used to install and do
"rpm -qa | grep rpm_file_name_here" to verify that there is an RPM installed by
that name (or just "rpm -qa | sort" to manually check) and then "rpm -e
rpm_file_name_here" to uninstall it. If it was installed from source find out
where the files are installed to and delete them. "locate emumail" might get
you on the right track. Or to be safe ask the folks at emumail directly.
Steven Werby {steven-lists@xxxxxxxxxxxx}