To start, head over to Adobe's website:
Verify that you are going to down load the Linux .rpm, version 8.1.1, and click on Download now. Once it is downloaded, install the rpm: with the su -c command:
~>
su -c 'rpm -vhi AdobeReader_enu-8.1.1-1.i486.rpm'
You should see the rpm
successfully install: Preparing...
########################################### [100%]
1:AdobeReader_enu ########################################### [100%]
The browser comes with a plugin module called nppdf.so,
which allows the Adobe Reader to be launched inside a Firefox
window. Unfortunately, it installs into multiple locations, when
the only place it really needs to be is in /usr/lib/mozilla/plugins. To fix the problem, delete the other locations where the plugin was installed:1:AdobeReader_enu ########################################### [100%]
~>
sudo rm /usr/lib/firefox-*/plugins/nppdf.so
~> sudo rm /root/.mozilla/plugins/nppdf.so
~> sudo rm ~/.mozilla/plugins/nppdf.so
Then verify that the plugin is located in /usr/lib/mozilla/plugins:~> sudo rm /root/.mozilla/plugins/nppdf.so
~> sudo rm ~/.mozilla/plugins/nppdf.so
~> ls /usr/lib/mozilla/plugins/nppdf.so
/usr/lib/mozilla/plugins/nppdf.so
Note: If SELinux prevents the Acrobat browser plugin from loading properly, change its security context:/usr/lib/mozilla/plugins/nppdf.so
~> sudo chcon -t textrel_shlib_t /usr/lib/mozilla/plugins/nppdf.so
Adobe
Acrobat Reader is now installed for F8.

