Install Adobe Flash Player 10.1 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5

This is guide, howto install Adobe Flash Player Plugin version 10.1 with YUM on Fedora 12, Fedora 13, CentOS Linux 5.5, Red Hat Enteprise Linux (RHEL) 5.5 and Red Hat Enteprise Linux (RHEL) 6 (32-bit and 64-bit). Using Adobe’s own YUM repository it is very easy also keep up-to-date with Flash Player Plugin. At the end of this blog post is also experimental way to install Adobe’s real 64-bit version of Flash Player on Fedora 12, Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5 and Red Hat (RHEL) 6.

1. Change Root User

sudo -i
## OR ##
su -

2. Install Adobe YUM Repository RPM package

rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

3. Update Repositories

yum check-update

4a. Install Needed Packages and Adobe Flash Player on Fedora 13, Fedora 12 and Red Hat (RHEL) 6

Fedora 13, Fedora 12 and Red Hat (RHEL) 6 32-bit version (i686)

yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl

Fedora 13, Fedora 12 and Red Hat (RHEL) 6 64-bit version (x86_64) (32 bit wrapped version)

yum install flash-plugin nspluginwrapper.x86_64 \ 
nspluginwrapper.i686 alsa-plugins-pulseaudio.i686 libcurl.i686

Note: Check Experimental way to install Adobe’s real 64-bit Flash Player

4b. Install Needed Packages and Adobe Flash Player on CentOS 5.5 and Red Hat (RHEL) 5.5

CentOS and Red Hat 32-bit version (i386)

yum groupinstall "Sound and Video"
 
yum install flash-plugin nspluginwrapper curl

CentOS and Red Hat 64-bit version (x86_64) (32 bit wrapped version)

Add i386 repository /etc/yum.repos.d/CentOS-Base-i386.repo (also Red Hat RHEL 5.5 i386 Base repository can be used).
Open /etc/yum.repos.d/CentOS-Base-i386.repo file with text editor and add following content:

[base-i386]
name=CentOS-5.5 - Base i386
baseurl=http://mirror.centos.org/centos/5/os/i386/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

Install following packages

yum install flash-plugin nspluginwrapper alsa-utils.i386 \ 
sox.i386 vorbis-tools.i386 curl.i386 alsa-utils.x86_64 \ 
sox.x86_64 vorbis-tools.x86_64 curl.x86_64

Note: Check Experimental way to install Adobe’s real 64-bit Flash Player

5. Verify that the Flash Player Plugin is working

Open Mozilla Firefox and write about:plugins on address bar. Results should look like following:

Fedora 12

CentOS 5.5 and Red Hat 5.5

Then open following page for real testing Adobe Flash Plugin:
Check is Adobe Flash Plugin Working

Experimental: Install Adobe’s Real 64-bit Flash Player (Prerelease Version) on Fedora 12 (x86_64), Fedora 13 (x86_64) CentOS 5.5 (x84_64), Red Hat (RHEL) 5.5 (x86_64) and Red Hat (RHEL) 6 (x86_64)

Uninstall any currently installed Flash Player before installing the real 64 bit version.

yum remove flash-plugin nspluginwrapper*

Download Adobe Flash Player 10 x86_64 version here

## Current version download ##
cd /tmp
 
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz

Untar and unzip downloaded package

tar -xzvf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz

Move plugins to /usr/lib64/mozilla/plugins/ or ~/.mozilla/plugins/ directory.

mv /tmp/libflashplayer.so /usr/lib64/mozilla/plugins/
 
## OR ##
mv /tmp/libflashplayer.so ~/.mozilla/plugins/

Related posts:

  1. Install Adobe (Acrobat PDF) Reader on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5 This is guide shows, howto install and keep up-to-date Adobe Reader (Acrobat PDF Reader) current version 9.3.1 with YUM on...
  2. Install Adobe AIR 1.5 and 2 on Fedora 13, CentOS 5.5 and Red Hat (RHEL) 5.5 This guide shows, howto install Adobe AIR on Fedora 12, Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5 and Red...
  3. Install Sun/Oracle Java JDK/JRE 6 (u21) on Fedora 13/CentOS 5.5/RHEL 5.5/6 This guide is updated/rewritten Jul 29, 2010 to use currently latest Sun/Oracle Java JDK and JRE 6 Update 21 and...
  4. Install Sun/Oracle Java JDK/JRE 7 (b108) on Fedora 13/CentOS 5.5/RHEL 5.5/6 I have before written guide, Howto Install Sun/Oracle Java JDK and JRE 6 on Fedora 12, Fedora 13, CentOS 5.5,...
  5. Install MongoDB 1.6.0 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5 What is MongoDB?MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database. Written in C++. MongoDB bridges the...

About the Author

Hi, I'm JR and the Founder of if not true then false. I am a software developer, and I have over ten years experience in programming. I'm big fan of Linux and Open Source. And normally I use just Linux environments.

Like If (!1) 0 on Facebook: