How to safely uninstall Evolution

Have you ever tried to remove the Evolution email program that comes by default in Ubuntu? If so, you know well what a headache it can be. The problem, actually, is very simple: some of the Evolution packages are dependencies of other packages and these, when Evolution is uninstalled, necessarily ask to be uninstalled as well so as not to "break" the dependencies. Now, the problem is that these packages, which have as dependencies some of those that make up Evolution, are key to the proper functioning of Ubuntu. For this reason, when trying to uninstall Evolution like this ...

sudo apt-get remove evolution *
… A lot of other packages will want to uninstall, the most important being those related to the gnome panel and the famous meta-package ubuntu-desktop (which in itself does not install any program but which articulates all the packages that make up a "normal" Ubuntu installation and, therefore, if it is not installed, Ubuntu cannot be updated when a new version appears).


The reasons for wanting to delete Evolution

  1. Linux offers us something great, really great: freedom. Among other things, this means that if we don't like a program, we delete it and that's it. If we like more another we install it and that's it. In other words, does not require us to use specific software. The programs that come by default in the distros are, let's say, "recommendations", but nothing more. In Windows, as we well know, this is completely different.
  2. Let's say I like Thunderbird better, for example. Is it logical to have 2 email clients installed, especially if there is one that I don't use at all?
  3. Another typical case: I look at all my emails through web clients (GMail, Yahoo, Hotmail, etc.). Ergo, I don't need Evolution and I want to delete it.
  4. I need disk space !! I already deleted all the caches, the temporary files, everything ... and still I'm short ... Oh, I know, I'm going to delete that little program that I never use. What was it called? Oh yeah: Evolution.

In short, the reasons can be many and varied. Strictly speaking, the solution that I offer below does not completely erase Evolution, but it comes very close. In terms of user experience, Evolution will disappear from the Applications menu and 53.3 MB of disk space will be freed up.

We open the terminal and write:

sudo aptitude purge evolution-indicator evolution evolution-documentation-en evolution-common evolution-data-server evolution-webcal evolution-plugins

Actualización: I have received some comments saying that this method "broke" the user's personal data. Specifically, when deleting evolution-data-server, System> Preferences> About me becomes unusable. This is completely true. However, I don't know of anyone who actually fills in that data, and I don't know of any application that makes use of it. Anyway, if you don't want that to stop working, I just omitted evolution-data-server in the above command.

One last comment before you ask me. Yes, you can delete Evolution from Synaptic or with either of these two methods ...

sudo aptitude purge evolution
sudo apt-get purge evolution

... but this method will only free up 8MB of disk space (against 53,3 for my method) and will leave a lot of "orphaned" packages.

Please don't misunderstand this post. Evolution is a great program, in every way. I don't think it's bad that it comes by default in Ubuntu. What bothers me is that it is not easy to erase it. =)


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   pblt1980 said

    Hello, I appreciate you. I already uninstalled Evolution and now I have Thunderbird, but there is a little problem. where before I clicked on "mail", that in Ubuntu Lucid (I'm new and I don't know how it was in other versions), and Evolution appeared, but now I click on "Mail" and nothing appears. I know I can open Thunderbird in Applications → Internet → Mozilla Thunderbird Mail / News, but I would like that quick access to work as it did before with Evolution ... simple problem, in fact, it is hardly a problem. However if anyone knows how to fix that, I would appreciate it.

  2.   Let's use Linux said
  3.   Daniel Vega said

    The problem is that I already uninstalled Evolution the wrong way (I imagine) and now I can't log in, I think it's formatting time, hello!

    1.    Dario Guzman said

      Maybe I'm a little late but if you already uninstalled it like it wasn't, you must start in console mode (in ubuntu before it loads) with ctrl + alt + F1, then install gnome-shell with this command «sudo apt-get install gnome -shell "and then update and upgrade" sudo apt-get update && sudo apt-get upgrade "and just reboot and it should work.
      PS: I also deleted it as it was not 😀

  4.   pblt1980 said

    Hello! You know I already fixed that. I put a quick access, next to the firefox access, I removed that icon from the envelope and also placed another empathy icon as well. everything is easy now! I don't remember how I did it. But everything works fine, Thanks! 🙂

  5.   winegray said

    That is not very functional, in Debian it pulls you to the gnome-control-center and I better not tell you more ... If I remember correctly, I think I was trying in Ubuntu to remove all the Evolution packages that did not affect the system and I did it ... in a similar way to what you suggest, from Synaptic seeing that such a package was carried in the butt.

  6.   ramigasino said

    The exact same thing happened to me, in a hurry ...
    There is no way not to format ????
    I keep trying!

  7.   Let's use Linux said

    Xulrunner is the foundation of firefox and python is a programming platform on which many programs are based. If you got that warning, don't delete anything. Maybe these instructions (the ones in the post) are already outdated in the new Ubuntu versions (if they changed the package dependencies).
    Cheers! Paul.

  8.   louis market said

    I tried this on Natty (Ubuntu 11.04) and aptitude informed me that it would also uninstall xulruner and python, so I canceled the command. What are xulrunner and python used for?

  9.   Joshua said

    Hello, good, what has happened to me is that it does not allow me to register Google accounts or Google calendars, what can I do?
    I am a nobel in Ubuntu,
    Thank you

  10.   Let's use Linux said

    Where does it "lock"?
    Did you try pressing Alt + Ctrl + F1 and installing Evolution again? Cheers! Paul.

  11.   Silver Brother said

    I tried to use the command ... and after it asked me for the password I got the following error message:
    sudo:aptitude:command not found

    What did I do wrong?
    regards

  12.   Let's use Linux said

    What happened is that the new version of Ubuntu no longer comes with the Aptitude program by default. Before, you could use aptitude or apt-get, now only apt-get. Since most people used apt-get, they decided to remove aptitude.

    So for the code to work, just replace the word aptitude x apt-get.
    Cheers! Paul.

  13.   Natalia said

    Please I need help. I wanted to reinstall Evolution in Fedora 20 because it had a problem and I uninstalled it with yum remove, now I can't find how I can install it again because. I would really appreciate if you can give me a hand for that.
    Natalia

  14.   edward natali said

    Hello colleagues, to disable evolution, let's rename it and voila, it doesn't load it at startup, there's no need to uninstall any package that breaks gnome.

    mv / usr / lib / evolution-data-server / usr / lib / evolution-data-server-disabled
    mv / usr / lib / evolution / usr / lib / evolution-disabled