Mar 20, 2008
HowTo Uninstall Zimbra on Linux
Posted by Martin Perron in HowTo - Linux • No commentsFrom Zimbra :: Wiki For Mac see the Mac OS X uninstall guide
As root:
1) Run the commands:
su – zimbra
zmcontrol stop
exit
(you should be root after you run exit)
2a) Run the command: ps -ef | grep -i zimbra
If you see running processes
2b) Kill any lingering processes: kill -9 <pid>
3a) Run the command: df
If you [...]
