Tuesday, January 12, 2010

Installing flash player plug in for Firefox and Chrome on Fedora 12 - x64

To install flash player plugin for Firefox or chrome(beta) on Fedora:

For Firefox
cd cd /usr/lib64/mozilla/plugins/
For Google chrome
cd /opt/google/chrome/plugins/
(if plugins directory does not exist, create it)

then:
1- wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
2- tar xvzf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
3- rm -f libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz

Restart the browser and you are done!