Ubuntu – How to Remove elementary desktop environment

12.10elementaryppapurgeuninstall

I'm running ubuntu 12.10 and yesterday I installed elementary from ppa:elementary-os/daily. I later realized that elementary replaces the stock nautilus with another version that looks misplaced in Unity which is my main environment.

Any one know how to remove all elementary related packages?
I tried with ppa-purge which didn't work, so I tried to purge elementary* that still left most of the packages I think, at least the dock (plank) and the desktop Environment (Pantheon).

Best Answer

There's a way to remove all packages installed through a ppa and restore the original ones.

  1. sudo apt-get install ppa-purge

  2. sudo ppa-purge ppa:elementary-os/daily

    If daily was installed

    or

sudo ppa-purge ppa:/elementary-os/stable

If elementary os stable was installed.

That's it.