Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: morgandeath on May 31, 2008, 03:10:42 am

Title: Uninstall and revert back to clean state
Post by: morgandeath on May 31, 2008, 03:10:42 am
Hello,

I need to get my system  back to the state that it was in before I install Ebox.

How can I do this and completely get ride of Ebox.

 How can I do this?


Thanks
Title: Re: Uninstall and revert back to clean state
Post by: sixstone on May 31, 2008, 10:25:44 am
Run:
Code: [Select]
$ apt-get autoremove --purge libebox

This should remove everything ebox-related and its unused dependencies.

Hope this helps.
Title: Re: Uninstall and revert back to clean state
Post by: morgandeath on May 31, 2008, 03:20:18 pm
Run:
Code: [Select]
$ apt-get autoremove --purge libebox

This should remove everything ebox-related and its unused dependencies.

Hope this helps.


That worked like a charm!!! Thank   you so much..