Install Acrobat Reader and Adobe Flash on 64-bit Fedora
admin
August 24, 2010
Linux
No Comments
Tags: Install Acrobat Reader 64-bit Fedora, Install Acrobat Reader on Fedora 10, Install Acrobat Reader on Fedora 11, Install Acrobat Reader on Fedora 12+, Install Adobe Flash on 64-bit Linux, Install Adobe Flash on Fedora 10, Install Adobe Flash on Fedora 11, Install Adobe Flash on Fedora 12+
Installing Acrobat Reader and Flash Player on 64 bit Linux machines
Acrobat Reader
- Download and install the Adobe Release RPM (one-time step only)
wget http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm
rpm -ivh adobe-release-i386-1.0-1.noarch.rpm - Run the Yum command with the Adobe Reader for your language, as follows:
For first time installations:
yum install AdobeReader_enu
For updates:
yum update AdobeReader_enu - Run Acrobat Reader
acroread &
Note: It might complain a bit about some lib file when running for the first time, but that shouldn’t stop it from running or working properly
Adobe Flash
- Make use of the same Adobe repo file used by Acrobat Reader
- Download yum version of flash player from: http://get.adobe.com/flashplayer/
- Run:
[For Fedora 10]
su -c ‘yum install flash-plugin nspluginwrapper.x86_64 \
nspluginwrapper.i386 … Continue Reading