i wanna say how to install flash player plug-in for Mozilla in 64 bit Linux-es (32 bit versions should be easy!!!)
1. Download flash player from here. (if it does'nt worked try this page)
file name :libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
2.unpackage it with any method you know :
- R-Click on the file then choose Extract Here .
- with terminal : got to directory when the file is and then type :
tar xvzf [file name]
3.Create a plugin directory in your $HOME (instead of a system directory) if it's NOT :
cd ~ //HOME
mkdir -p .mozilla/plugins
4. Move the file to the plugin directory:
mv Desktop/libflashplayer.so .mozilla/plugins
5. Restart firefox. Go to about:plugins to see if it’s enabled:
No comments:
Post a Comment