As you may know, Evolution is the default mail client of Gnome, providing integrated mail, calendar funcitonality and address book. The latest version avilable is Evolution 3.13.2, which has been recently released. For information about the fixes implemented to the latest Evolution version, see the changelog.
In this article I will show you how to install Evolution 3.13.2 on Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Isis, LXLE 14.04 and other Ubuntu 14.04 derivative systems.
Because it is available via PPA, installing Evolution 3.13.2 on Ubuntu 14.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the evolution package. Like this:
$ sudo add-apt-repository ppa:fta/gnome3
$ sudo apt-get update
$ sudo apt-get install evolution
Optional, to remove evolution, do:
$ sudo apt-get remove evolution
Leave a Reply