22 November 2012

HOW TO INSTALL ADOBE FLASH PLAYER PLUGIN IN CENTOS|RHEL|FEDORA

This is guide, howto install Adobe Flash Player Plugin version 11.2 (32-bit and 64-bit) with YUM on Fedora 17/16/15/14/13/12, CentOS 6.3/6.2/6.1/6/5.8 and Red Hat (RHEL) 6.3/6.2/6.1/6/5.8.
For installation via bash script, download your copy from here.
and installing yourself follow these steps..

STEP 1 : ADD ADOBE FLASH REPOSITORY RPM PACKAGE --

## Adobe Repository 32-bit x86 ##
[user@linux:~]$rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
[user@linux:~]$rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

## Adobe Repository 64-bit x86_64 ##
[user@linux:~]$rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
[user@linux:~]$rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

STEP 2 : UPDATE CENTOS REPOSITORY INFO --

[user@linux:~]yum check-update

STEP 2 : Install Adobe Flash Player 11.2 on Fedora 17/16/15/14/13/12, CentOS 6.3/6.2/6.1/6 and Red Hat (RHEL) 6.3/6.2/6.1/6 --

[user@linux:~]yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl

STEP 3 : Install Adobe Flash Player 11.2 on CentOS 5.8 and Red Hat (RHEL) 5.8


[user@linux:~]yum groupinstall "Sound and Video"
[user@linux:~]yum install flash-plugin nspluginwrapper curl

No comments:

Post a Comment