|
Aodbe Reader effect under Linux than Foxit Reader (Foxit Reader) is better, especially for Chinese documents concerned. This article describes the Adobe Reader installation under Ubuntu article in the "Ubuntu 12.04 64-bit installation Foxit Reader" introduces Foxit Reader installation.
Aodbe Reader installation steps are as follows:
1) Download the installation package. Because the official website has no linux download option, so we can choose to be downloaded here. Download the following address:
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
Or download using the command:
$ 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 package:
Because this is a 32-bit installation package, so we need to install the 32-bit libraries, use the following command:
$ Sudo apt-get install ia32-libs *
Then install the Adobe Reader software packages:
$ Sudo dpkg -i --force-architecture AdbeRdr9.5.5-1_i386linux_enu.deb
At this point, you receive the following error:
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 unconfigured
Processing triggers for man-db (2.6.7.1-1) ...
Errors were encountered while processing:
adobereader-enu
But no, we use the following command can be repaired:
$ Sudo apt-get install libgtk2.0-0: i386 libnss3-1d: i386 libnspr4-0d: i386 lib32nss-mdns libxml2: i386 libxslt1.1: i386 libstdc ++ 6: i386 |
|
|
|