5

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).

Kempe
  • 2,805

3 Answers3

14

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.

To Do
  • 15,833
3

Install Synaptic Package Manager: sudo apt-get install synaptic Type synaptic to launch it. Search for elementary and select complete removal on the check box. Apply the changes. Done!

1

Open a Terminal window:

  • Type software-properties-gtk then press Enter

  • Locate the elementary PPA uncheck the box and then click on Remove, enter your password, close the window.

enter image description here

  • Then run sudo apt-get update in the Terminal window.

If you don't remember which packages you picked from the PPA use Synaptic.

In the Terminal window type gksu synaptic enter your password and once the Synaptic window open search for "elementary", then sort the packages so that the installed ones show up at the top, then uninstall them.

Uri Herrera
  • 15,318