文章转载自http://www.if-not-true-then-false.com/2010/install-adobe-acrobat-pdf-reader-on-fedora-centos-red-hat-rhel/
Updated by JR on Aug 10, 2014 in CentOS, Desktop Guides, Featured, Fedora, Linux, Most Popular, Red Hat (RHEL) | 128 comments
This is guide shows, howto install Adobe Reader (Acrobat PDF Reader) current version 9.5.5 RPM on Fedora 20/19/18/17/16/15/14/13/12, CentOS 7/6.5/5.10, Red Hat (RHEL) 7/6.5/5.10. This method works both 32-bit and 64-bit architectures.
Note: Before it was possible install Adobe Reader using YUM, but currently there is not Adobe Reader in their 32-bit repo, so here is updated installation guide to get Adobe Reader working.
1. Change Root User
sudo -i ## OR ## su - |
2. Get Adobe Reader RPM package
cd /tmp ## English version ## wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i486linux_enu.rpm |
If you want other language version, then goto Adobe site and download it first.
3a. Install Adobe Reader (acroread) on Fedora 20/19/18/17/16/15/14/13/12 and CentOS/Red Hat (RHEL) 7
Note: On x86_64 bit system, 32-bit dependencies is also installed.
## English version ## yum localinstall AdbeRdr9.5.5-1_i486linux_enu.rpm ## Install other needed packages on Fedora ## yum install nspluginwrapper.i686 libcanberra-gtk2.i686 adwaita-gtk2-theme.i686 PackageKit-gtk3-module.i686 |
3b. Install Adobe Reader (acroread) on CentOS 6.5/6.4/6.3/6.2/6.1/6 and Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6
Note: On x86_64 bit system, 32-bit dependencies is also installed.
## English version ## yum localinstall AdbeRdr9.5.5-1_i486linux_enu.rpm ## Install other needed packages on CentOS / Red Hat (RHEL) ## yum install nspluginwrapper.i686 libcanberra-gtk2.i686 gtk2-engines.i686 PackageKit-gtk-module.i686 |
3c. Install Adobe Reader (acroread) on CentOS 5.10 and Red Hat (RHEL) 5.10
Note: On x86_64 bit system, 32-bit dependencies is also installed.
## English version ## yum localinstall AdobeReader_enu nspluginwrapper.i686 |
4. Start Adobe Reader (acroread)
Find Adode Reader on “Office Menu”.
Or
Start Adobe Reader with following command.
acroread |
5. Adobe Reader Screenshots
Adobe Acrobat PDF Reader 9.5.5 Running on CentOS 7 64-bit:
Adobe Acrobat PDF Reader 9.5.5 Running on Fedora 20 64-bit:
Adobe Acrobat PDF Reader 9.5.5 Running on CentOS 5.10 64-bit:
6. Install Adobe Reader (Acrobat PDF Reader) Browser Plugin
This is not currently working on CentOS 7.
Simplest way is copy nppdf.so to browser plugins directory:
## 32-bit system ## cp /opt/Adobe/Reader9/Browser/intellinux/nppdf.so /usr/lib/mozilla/plugins/ ## 64-bit system ## cp /opt/Adobe/Reader9/Browser/intellinux/nppdf.so /usr/lib64/mozilla/plugins/ |