3

I downloaded AdbeRdr9.5.1-1_i386linux_enu.deb from the official website and installed it. Nothing wrong happened during the installation. But when I click Adobe Reader's icon, it has no response. Neither can I open a pdf file with Adobe Reader.

I checked that the package name is adobereader-enu:i386.

Eliah Kagan
  • 119,640
updogliu
  • 205
  • 3
  • 7

2 Answers2

7

First Install ia32-libs package from ubuntu-software-center, then reinstall adobe reader.

-1

if you have a 64bit system, do not forget to install also this package libxml2:i386

sudo apt-get install libxml2:i386

Otherwise, acroread will fail

acroread: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

http://www.lorenzobettini.it/2012/11/install-adobe-reader-in-ubuntu-12-10-quantal-quetzal-64bit/

madoen
  • 1