

Option 3 is to avoid Acrobat Reader completely, and use an alternative PDF reader. As long as you’re opening trusted documents, then it shouldn’t be a problem.

The problem is that the Linux edition of Acrobat Reader was last updated in 2013, so there’s a concern about security exploits. Option 2 is to install Acrobat Reader for Linux. This is the recommended approach, and we can use snap package manager to facilitate a very easy installation. Option 1 is to install Acrobat Reader DC for Windows, by using Wine as a compatibility layer. There are three options for installing Acrobat Reader: sudo apt-get install libgtk2.0-0:i386 libnss3-1d:i386 libnspr4-0d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libstdc++6:i386 Now you can open adobe reader on 64 bit OS. sudo apt-get -f install » and the below command for installing other required dependencies.

» Issue the below command after the above step to install required dependencies. This is because you are trying to install 32 bit package on 64 bit OS. For ubuntu 64 bit users the above command will result in some dependencies error. sudo dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb That’s it … you can now use adobe reader. chmod 777 AdbeRdr9.5.5-1_i386linux_enu.deb Step 4 » Install the downloaded package using the below command. sudo apt-get update Step 2 » Download adobe reader using this link – Adobe reader download ( Direct download ) cd Downloads wget Step 3 » Now open terminal ( ALT+CTRL+T ) and change the permission for the Downloaded file. Step 1 » Update repositories ( Might required for 64 Bit ). dep package for debian which can be used for ubuntu 14.04. you need to download and install Manually. As of now adobe reader is not included in the official ubuntu 14.04 repository. This guide helps you to install adobe reader in ubuntu 14.04 Desktop. Adobe reader is the most essential PDF viewer.
