I downloaded Adobe Reader from here: http://get.adobe.com/reader/
By default, it recognizes my system as Linux and lets me download a .bin file which turns out to be an executable installer.
There are no installation instructions at all (shame on Adobe) but it was pretty easy to figure out I had to add execution permissions to the file and run it as root. It installed Adobe Reader under /opt.
Now I have a beautiful Adobe Reader icon on the desktop which does nothing when double clicked. NOTHING (not even an error message).
Also, if I write "Adobe" in the Dash, the same icon shows up, and it still does nothing.
By right-clicking on a pdf file's icon on the Desktop or in Nautilus, there's no "open in Adobe Reader" option either.
Is there a non-broken Adobe Reader available for Ubuntu? Where do I get it?
As of February 2015, the only solution that worked for me is the following:
I found it here: http://ubuntuhandbook.org/index.php/2014/10/install-adobe-reader-ubuntu-14-10/
I tried all other solutions I had found by googling, and none of them worked for an updated install of Ubuntu 14.04.1.
To make it work well with Nautilus, run:
then fix the
Exec
line toExec=acroread %u
. (If the editor isnano
, typeCtrl+O, <enter>
to save, thenCtrl+X
to exit. Finally,nautilus -q
to restart.)Important: Please test it with a fresh install of Ubuntu 14.04.1, from a newly-created user account, after installing all the updates.
To install that version of Adobe I would put it in your desktop, go to the terminal, type
cd Desktop; sudo chmod +x AdbeRdr9.5.5-1_i486linux_enu.bin; sudo ./AdbeRdr9.5.5-1_i486linux_enu.bin;
This should start the installation process and it should finish successfully.An easier way to install it via a software manager is:
Or you can download the deb file here: Adobe site select linux and choose deb for Ubuntu.
An alternative, available in Ubuntu Software Center
... now if this works for you might depend a bit on what you throw at it.
Having trouble using Adobe Reader?
Why don't you install it using Ubuntu Software Center?
Installing programs in ubuntu by manually downloading files from internet is no easy feat (at least for beginners like me).
Ubuntu Software Center is the easiest way to install software in ubuntu.