18

how can I remove Evolution and all related packages? I feel like I don't need them.

Uticensis
  • 103
vrcmr
  • 6,307

5 Answers5

12

from a terminal window give the following command to remove evolution completely

sudo apt-get purge evolution

After this re-validate using dpkg -l|grep -i evolution and remove any other evolution related packages using same command as above.

Jamess
  • 3,123
5

Open System -> Administration -> Synaptic Package Manager

Search For Evolution and mark them for complete removal

enter image description here

Now Apply the changes .

enter image description here

Now a new window will open and click apply again .

enter image description here

Evolution will be removed.

Lincity
  • 25,371
2

Following up on Jamess's answer: For my Ubuntu 13.04, purging the following packages removes evolution and all of its dependencies:

apt-get purge evolution-common libevolution

As noted before, don't remove evolution-data-server and friends.

krlmlr
  • 3,337
1

I tried twice to remove Evolution following the advise above. The result was that the panels disappeared. The system was Ubuntu 11.04.

The only way I have found so far is to run sudo apt-get install unity-2d. This returns the panels and the functionality of Ubuntu. And yes, Evolution has disappeared. Unity-2d returns the icons, I have just managed to get rid of the indicator. It seems that the panels are connected to Evolution somehow.

Peachy
  • 7,117
  • 10
  • 38
  • 46
1

I'm running gnome-classic on 12.10. When I uninstalled evolution it also uninstalled evolution-common and gnome - this last made me nervous but in fact things work fine after - and after login the desktop is ready in a fraction of the time it used to be. (oh and I suggest removing zeitgeist also if you don't use the desktop search features - this also slows things down at login).

scytale
  • 115