3

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?

matteo
  • 2,491
  • Do you have a specific reason for needing AR as opposed to something else? – Tim Jun 15 '14 at 18:09
  • Have you tried running it in wine? – Dusan Milosevic Jun 15 '14 at 18:12
  • I use evince. imo it's better and faster than adobe – answerSeeker Jun 15 '14 at 18:39
  • @Tim one reason is that evince - err I'd rather not us vulgar words. So I want to try Adobe Reader to see if it's better. – matteo Jun 15 '14 at 23:28
  • @DusanMilosevic the bin I downloaded from adobe is supposed to be for linux. No I haven't tried to download the windows version and run it with wine, I'd try that only as a last resort. – matteo Jun 15 '14 at 23:29
  • 2
    When I go to the first link above it doesn't have anything available for Linux OS. – copper.hat Jul 27 '14 at 17:49
  • @copper.hat right. It did at the time I posted the question. I guess Adobe has dropped support for Linux in Reader just as they have been doing with every other product of theirs (like AIR, FlashPlayer, etc) :( – matteo Jul 27 '14 at 22:19
  • @matteo: I know, its a bit sad. I guess its time to move to Android :-). – copper.hat Jul 28 '14 at 05:48
  • @copper It looks like they still host versions for Linux. I'm not sure if they are actively working on them though. See: http://askubuntu.com/questions/455135/how-do-i-install-adobe-acrobat-reader-from-the-repository – toc777 Nov 29 '14 at 15:16
  • @toc777: Thanks! I followed the instructions at http://ubuntuhandbook.org/index.php/2014/04/install-adobe-reader-ubuntu-1404/ and that worked fine for me. Generally evince orks for me but for geopdfs adobe reader works better. – copper.hat Nov 29 '14 at 15:49
  • You can also try this under WINE: http://www.tracker-software.com/product/pdf-xchange-viewer I find it much better (although much lighter) than Acrobat Reader with many more features especially in terms of annotating PDF files. – Sadi Dec 08 '14 at 19:21

4 Answers4

3

As of February 2015, the only solution that worked for me is the following:

sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt-get install acroread

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:

sudo -e /usr/share/applications/acroread.desktop

then fix the Exec line to Exec=acroread %u. (If the editor is nano, type Ctrl+O, <enter> to save, then Ctrl+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.

user334639
  • 310
  • 3
  • 7
  • As of february 22, this doesn't work either. When trying to open acroread (which I have to do from the command line because, despite I chose the option to have it as the default reader for pdf, it is neither the default nor available in "open with"), I get a popup that says "an internal error occurred" – matteo Feb 22 '15 at 18:47
  • Well, it installed apparently without errors, but the fact that it wouldn't run is quite a problem :D – matteo Feb 23 '15 at 18:15
  • 1
    Maybe all the previoius attempts left something on your system. If you could test with a fresh updated install and a new user account it would be helpful. – user334639 Feb 25 '15 at 03:22
2

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:

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update
sudo apt-get install acroread

Or you can download the deb file here: Adobe site select linux and choose deb for Ubuntu.

answerSeeker
  • 901
  • 2
  • 10
  • 25
  • The first method you describe is EXACTLY what I did, as I mentioned. And after "succesfully" installing it, it does not work. By running it from a terminal I figured out it complains about some missing libraries, and I found this "solution", which installs those libraries: http://joehalliwell.wordpress.com/2014/04/23/installing-adobe-acrobat-reader-on-64-bit-ubuntu-14-04/#comment-97

    Now it complains about another missing library: error while loading shared libraries: libBIB.so: cannot open shared object file: No such file or directory

    – matteo Jun 15 '14 at 23:34
  • Tried your second method. The first two commands seemed succesful, however the last gives: $ sudo apt-get install acroread Reading package lists... Done Building dependency tree
    Reading state information... Done E: Unable to locate package acroread
    – matteo Jun 15 '14 at 23:36
  • 1
    You can try downloading the actual .deb file from adobe. That should definitely work. If not I have no idea. 3rd time's a charm :) – answerSeeker Jun 15 '14 at 23:44
  • LOL I get this warning with the .deb: "The package is of bad quality. The installation of a package which violates the quality standards isn't allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath." and then a "Details" dropdown with a looooooong list of quality check fails. I do have an option to "ignore and install" but wow... – matteo Jun 15 '14 at 23:52
  • Any Idea of how I can get the "missing" shared library libBIB.so to work? The funniest thing is that the file is actually there in a "lib" folder under /opt/adobe/something... – matteo Jun 15 '14 at 23:52
  • What version of ubuntu are you using? – answerSeeker Jun 16 '14 at 02:44
  • 1
    I just tried the .deb file from adobe and it worked for me. I'm using linux mint 16 which is based on ubuntu 13.10 – answerSeeker Jun 16 '14 at 02:46
  • I installed the .deb (ignoring the "bad quality" warnings) and it does not work. I ran it from a terminal, it printed a lot of GTK warning and at the end: "Gtk-Message: Failed to load module "canberra-gtk-module", then it apparently didn't open, but after a while I realized there was an "acroread" process eating up 100% cpu – matteo Jun 16 '14 at 13:51
  • btw I'm using 14.04, it's in the title. – matteo Jun 16 '14 at 13:51
  • 2
    I guess ubuntu 14.04 broke the package. Sometimes this happens when you upgrade. It works on earlier releases. – answerSeeker Jun 17 '14 at 23:49
  • I thought the deb had installed AR in a different place than the .bin installed I downloaded from Adobe.com (the one offered by default, which used to complain about missing libBIB.so). I thought so because "which acroread" returns /usr/bin/acroread while it used to return /opt/Adobe/.... before installing the deb. However, /usr/bin/acroread is just a simbolic linc to the same place in /opt/Adobe. So, the .deb has installed AR "over" the one that the .bin installer had previously installed it, and has probably screwed it up further. – matteo Jun 18 '14 at 19:59
  • To make things worst, there's a /opt/Adobe/Reader9/bin/UNINSTALL that does absolutely nothing, and Adobe Reader is not listed anywhere in Software Center (so I can't uninstall it) despite the deb was installed through the Software Center – matteo Jun 18 '14 at 20:00
  • After adding repository and updating multiple times, it is saying cannot locate package acroread, what can be wrong/ – CR2 Jan 15 '15 at 09:50
0

An alternative, available in Ubuntu Software Center

qpdfview 0.4.7
qpdfview is a tabbed document viewer using Qt.
This version includes:
PDF support using Poppler
PS support using libspectre
DjVu support using DjVuLibre
Printing support using CUPS
See launchpad.net/qpdfview for more information

... now if this works for you might depend a bit on what you throw at it.

Hannu
  • 5,374
  • 1
  • 23
  • 40
  • 1
    FWIW, I use Adobe Acrobat Pro at work - it is far from bug free ;-) – Hannu Jun 18 '14 at 21:47
  • Seems a pretty good alternative!! You need to tweak its cache settings in order to handle large documents properly (by default it has a very small cache, at first i thought it didn't even have one), and I had a hard time finding out how to change the "advanced" printer settings (you have to double click on them in what looks like a non-editable list; this is Qt's fault) but once I found out, it seems to replace Evince pretty well. – matteo Jun 19 '14 at 19:48
0

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.

  • As mentioned in the comments to Tatakai Wasumi's answer, I tried that too, and that was broken too. Anyway, acroread for linux doesn't exist any more, so I'll forget about it. – matteo Sep 18 '14 at 20:14