Ubuntu 64-bit installation of AdobeReader9.5.5

Source: Internet
Author: User

Ubuntu 64-bit installation of AdobeReader9.5.5

Aodbe Reader works better in Linux than Foxit Reader, especially for Chinese documents. This article introduces the installation of Adobe Reader in Ubuntu, and the installation of Foxit Reader in Ubuntu12.04 64-bit installation of Foxit Reader.

The installation steps of Aodbe Reader are as follows:

1) download the installation package. Because the official website does not have the linux download option, we can download it here. As follows:

Ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb

Or use the command to download:

$ wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
2) install the software package:

Because this is a 32-bit installation package, we need to install the 32-bit link library and use the following command:

$ sudo apt-get install ia32-libs*
Then install the Adobe Reader package:
$ sudo dpkg -i --force-architecture AdbeRdr9.5.5-1_i386linux_enu.deb
The following error occurs:
Selecting previously unselected package adobereader-enu.(Reading database ... 176554 files and directories currently installed.)Preparing to unpack AdbeRdr9.5.5-1_i386linux_enu.deb ...Unpacking adobereader-enu (9.5.5) ...dpkg: dependency problems prevent configuration of adobereader-enu: adobereader-enu depends on libgtk2.0-0 (>= 2.4).dpkg: error processing package adobereader-enu (--install): dependency problems - leaving unconfiguredProcessing triggers for man-db (2.6.7.1-1) ...Errors were encountered while processing: adobereader-enu
But it does not matter. We can fix it with the following command:
$ sudo apt-get install libgtk2.0-0:i386 libnss3-1d:i386 libnspr4-0d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libstdc++6:i386
After installation, the effect is as follows:


 

Reprinted please indicate the source:Http://blog.csdn.net/iAm333

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.