Ubuntu – How to install the latest version of Evince

evincesoftware installation

I have Ubuntu 12.04 with Evince 3.4.0. This version of Evince has some bugs (in particular showing patterns) that are fixed in the version 3.8.0. Does anyone know if there is some repository to have Evince up to date? I would prefer this option (repository) but if this can not be done I would accept also a manual installation of the up to date version.

Best Answer

I had Evince 3.6.1. The way I upgraded, I just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo add-apt-repository ppa:gnome3-team/gnome3 
sudo apt-get update
sudo apt-get install evince

Below are before and after images.

enter image description here

enter image description here

Keep in mind that the current stable release is 3.6.1.

Or use Synaptic. If not installed, you can install it by, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get install synaptic

Edit

Evince for 12.04 is not available in the repo anymore. its only available for 12.10, and 13.04. To get it for other Ubuntu versions, check here or here.