May 2013
M T W T F S S
« Apr    
 12345
6789101112
13141516171819
20212223242526
2728293031  
102

Refs

Categories

Archives

9,331slm
●5 ●38 ●132
 

[one-liner]: Installing Adobe Flash Player 11.1 on Fedora 14 64bit

Background

While processing some updates on my Fedora 14 (x86_64) laptop the other day, Adobe Flash Player inexplicably stopped working. Looks like there’s a 64bit version of flash now available. Not sure when this happened, but I was using a 32bit version of flash, wrapped so that it would work with 64bit. For whatever reason the upgraded version of flash no longer worked, so I took the opportunity to back out the 32bit version, and switch to the 64bit one.

Solution

Here’s what I did:

1
2
3
4
5
6
7
## Adobe Repository 64-bit x86_64 ##
% rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
% rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
 
## remove and install
% yum remove flash-plugin
% yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl

This tutorial on if-not-true-then-false.com proved helpful in figuring out why my 32bit version stopped working and how to upgraded to the x86_64 version.

References

links
local copies

NOTE: For further details regarding my one-liner blog posts, check out my one-liner style guide primer.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>