Saturday, May 9, 2009

How to install flash player on centos/redhat linux !

This post can also answer the question " how to fix the firefox error on centos/redhat linux" 

Installing the flash player on centos/redhat linux seems to be very difficult sometimes. But the installation is quite simple :). The flash player may not be installed automatically using firefox. While trying install firefox, you may get the error following error " Firefox could not install this item because "install-0zr..rdf" (provided by the item) is not well-formed or does not exist. Please contact the author about this problem."The Screeshot of error is provided. To fix this issue, you need to upgrade/install certain libraries using yum. I have mentioned the commands below.

1. First you need to install those libraries (.i386 and .x86_64):

yum install curl compat-libstdc++-33 glibc nspluginwrapper

2. Once done with the libraries, we need to download the flash player rpm.

mkdir flash

cd flash

download the rpm inside the folder flash.

click here to Download

3. Next we need to execute the command below to install the rpm. This command should be executed inside the folder, where the rpm is downloaded. Ours is in the folder 'flash'.

rpm -ivh flash-plugin-10.0.12.36-release.i386.rpm

(replace with the version of rpm you have downloaded)

4. Close the Firefox and restart it. You should be able to see the flashes hereafter.

thanks & regards

tell2humanlinux@gmail.com

12 comments:

  1. Finally someone puts up how to do this. I've been trying to figure out how to install flash in 64-bit CentOS forever. Thank you/

    ReplyDelete
  2. This worked for me - Thanks a lot!

    ReplyDelete
  3. worked worked worked!! thnx a ton!

    ReplyDelete
  4. Started out on FreeBSD and CentOS is my 3rd revisit to Linux.

    Thanks for the help.

    ReplyDelete
  5. hmm al last thanku..

    ReplyDelete
  6. Thank you. Worked great

    ReplyDelete
  7. cam on nhieu

    ReplyDelete
  8. yum install curl compat-libstdc++-33 glibc nspluginwrapperSetting up Install Process
    Setting up repositories
    http://linuxdownload.adobe.com/linux/x86_64/repodata/repomd.xml: [Errno 12] Timeout:
    Trying other mirror.
    Cannot open/read repomd.xml file for repository: adobe-linux-x86_64
    failure: repodata/repomd.xml from adobe-linux-x86_64: [Errno 256] No more mirrors to try.
    Error: failure: repodata/repomd.xml from adobe-linux-x86_64: [Errno 256] No more mirrors to try.

    ReplyDelete
  9. where to download .i386 and .x86_64 from????

    ReplyDelete
  10. replace with the version of rpm you have downloaded means wat we we have replace

    ReplyDelete
  11. thanks, very useful !

    ReplyDelete