The effect of AodbeReader in Linux is better than that of FoxitReader, especially for Chinese documents. This article introduces the installation of AdobeReader in Ubuntu, the article "Ubuntu12.0464-bit installation FoxitReader" (see the http://www.linuxidc.com/Linux/2014-01/95803.htm) introduces the installation of FoxitReader. AodbeRe
Aodbe Reader works better in Linux than Foxit Reader, especially for Chinese documents. This article introduces the installation of Adobe Reader in Ubuntu, the article "Ubuntu 12.04 64-bit installation of Foxit Reader" (see http://www.linuxidc.com/Linux/2014-01/95803.htm) introduces the 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_i1_linux_enu.deb
The following error occurs:
- Selecting previusly unselected package adobereader-enu.
- (Reading database... 176554 files and directories currently installed .)
- Preparing to unpack AdbeRdr9.5.5-1_i1_linux_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 unconfigured
- Processing 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 libstmt1.1: i386 libstdc ++ 6: i386
After installation, the effect is as follows:
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100369.htm
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-08/105153.htm