Install adobe flash player in linux
How can we install adobe flash player in linux-RHEL6
Download adobe rpm
http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_11.2_for_other_Linux_(.tar.gz)_64-bit
[ root @ piyush ~ ] # cd Download
[ root @ piyush ~ ] # ls
install_flash_player_11_linux.x86_64.tar.gz
[ root @ piyush ~ ] #gunzip install_flash_player_11_linux.x86_64.tar.gz
[ root @ piyush ~ ] # ls
[ root @ piyush ~ ]#tar -xvf install_flash_player_11_linux.x86_64.tar
[ root @ piyush ~ ] # ls
readme.txt usr libflashplayer.so
[ root @ piyush ~ ] # cp libflashplayer.so /usr/lib64/mozilla/plugins
[ root @ piyush~ ] # cp -rvf usr/* /usr/
[ root @ piyush ~ ] # exit
Now Open Mozila and try to open
www.youtube.com
Now u can see all videos.
********************** enjoy ***************************
No comments:
Post a Comment