Hello Linux Geeksters. 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.8, which has been recently released, coming with small changes only.
In this article I will show you how to install Evolution 3.13.8 on Ubuntu 14.10 Utopic Unicorn and derivative systems.
Because it will be soon available via PPA, installing Evolution 3.13.8 on Ubuntu 14.10 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