Author Topic: Uninstall and revert back to clean state  (Read 2245 times)

morgandeath

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Uninstall and revert back to clean state
« 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

sixstone

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1417
  • Karma: +26/-0
    • View Profile
    • Sixstone's blog
Re: Uninstall and revert back to clean state
« Reply #1 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.
My secret is my silence...

morgandeath

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Uninstall and revert back to clean state
« Reply #2 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..