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.
6 Comments to “How to install flash player in Centos / Redhat.”
Post comment
12MP administrator bash bashrc calculator camera cd/dvd cfs error change IP cPanel csf csf iptable csf vps DKIM dkim spam eject eject linux execution time exim fake orkut FTP ftp error hacking history IP iptable error Linux linux disc Notepad Tricks open source orkut phishing password private folder in windows pro-ftp pure-ftp recover password Red Hat reset administrator password samsung secret folder 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
- How to enable DKIM in cPanel server.
- Exim: remove mails in queue from a particular sender.E
- 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



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?
[...] This post was mentioned on Twitter by techinterplay. techinterplay said: How to install flash player in Centos / Redhat. – This post can also answer the question " how to fix the… http://is.gd/bsExJ #linux [...]
why i got this problem during installing the libraries
[root@nb-ashraf ~]# yum install curl compat-libstdc++-33 glibc nspluginwrapper
Loaded plugins: fastestmirror, priorities
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/chromium.repo, line: 1
‘me=Chromium Test Packages\n’
[root@nb-ashraf ~]# yum install flash-plugin
Loaded plugins: fastestmirror, priorities
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/chromium.repo, line: 1
‘me=Chromium Test Packages\n’
what should i do to fix this problem?
Hello Ashraf,
Can you comment out the first line of the file /etc/yum.repos.d/chromium.repo and execute “yum update”