0

I'm using xubuntu 12.04, and i need to upgrade Evolution Mail Client from 3.2.3 to the latest version. Thanks.

1 Answers1

1

This will install Evolution 3.6.4. To install it, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo add-apt-repository ppa:support-bec/evolution
sudo apt-get update
sudo apt-get install evolution

Once done you will get:

enter image description here

Mitch
  • 109,787