How to install flash player in Centos / Redhat.
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.
3 Comments to “How to install flash player in Centos / Redhat.”
Post comment
12MP administrator bash bashrc calculator camera cd/dvd cfs error change IP csf csf iptable csf vps eject eject linux execution time fake orkut folder lock FTP ftp error hacking hidden folder history IP iptable error Linux linux disc Notepad Tricks open source orkut phishing password password folder private folder in windows pro-ftp pure-ftp recover password Red Hat reset administrator password samsung secret folder snort Teiid time of command time out error Windows windows tricks
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Recent Posts
- exim: remove mails in queue from a particular sender.
- OpenVZ network down SIOCADDRT: Network is unreachable
- How to configure NAT with iptables on a VPS.
- How to disable gzip output on lightspeed server accounts
- Find Linux OS is 32 or 64bit.
- songbird! iTunes for Ubuntu
- How to Hide Text in Notepad !!
- How to transfer a cPanel account to DirectAdmin.
- System User Account in Windows XP !!
- Configure Windows XP to Automatically Login!
- How to change Linux root password temporarily.
- How to install winrar for Linux
- social networking all together by Digsby.
- “World’s first” 3D camera launched by FUJIFILM
- Install file splitter for Linux.



Thankyou very much for this post, I was having the same issue and was not having any clue to get this fixed. Thanks again.
Great post.
Adobe now seem to have added a yum repository service and distribute a package that sets this up for you. So when you go to download reader/flash/shockwave choose the YUM option from the dropdown list and install this package. You can then do things like
yum install flash-plugin
and so on and
yjm update
should then keep these packages up to date.
@Brian , thank you friend for the update. Yum, mostly get all libraries downloaded and make installation smooth enough. But I believe, trying installation from “install missing plugins” (redhat release less that 5.3) will still throw errors. any thoughts?