Today, I want to go online to watch a movie in linux. I opened the browser and asked if I didn't install the Flash Player plug-in. I clicked automatic installation, but the system prompts that the latest version of plug-in is not supported, my system uses RHEL5.5. If you have no idea, Google downloads an install_flash_player_11_linux.i386.tar.gz software package. Install_flash_player_11
Today, I want to go online to watch a movie in linux. I opened the browser and prompted that the flash player plug-in was not installed. I clicked automatic installation, but the system prompts that the latest version of the plug-in is not supported, my system uses RHEL 5.5. If you have no idea, Google downloads an install_flash_player_11_linux.i386.tar.gz software package.
Install_flash_player_11_linux.i386.tar.gz: http://vdisk.weibo.com/s/yeY-P
The installation method is as follows: decompress the software package:
[Root @ test/] # tar zxvf install_flash_player_11_linux.i386.tar.gz/tmp/flashplayer
[Root @ test/] # ls/tmp/flashplayerlinux
Usr libflashplayer. so
We can see that the extracted items have a usr folder and a library file. The library file must be placed in the path where the Firefox browser installs the plug-in. But I didn't know the path at the time. Search:
[Root @ test/] # find/usr/-name firefox
/Usr/lib/firefox-3.0.18/firefox
Switch to this path and you will see that firefox is a file, not a directory, and the plugin path is not found. Continue to search for another keyword mozilla:
[Root @ test/] # find/usr-name mozilla
/Usr/lib/mozilla
/Usr/share/mozilla
Check the search result and switch to/usr/lib/mozilla/. it is here.
[Root @ test/] # cd/usr/lib/mozilla/
[Root @ test/] # ls
Extensions plugins-wrapped
[Root @ test/] #
Now you can perform the following operations:
[Root @ test/] # cp/tmp/flashplayer/libflashplayer. so/usr/lib/mozilla/plugins/-rf
[Root @ test/] # chmod 755/usr/lib/mozilla/plugins/libflashplayer. so
[Root @ test/] # cp/tmp/flashplayer/usr/*/usr/-rf
I am a little lazy and assigned 755 permissions to libflashplayer. so.
Now the installation is complete, and then restart Mozilla firefox !!
How to install the Flash plug-in for Firefox in CentOS 6.3
Run tar-zxvf to decompress the install_flash_player_11_linux.i386.tar.gz file tar-zxvf install_flash_player_11_linux.i386.tar.gz. so and a usr folder # ln-s/usr/lib/nspluginwrapper/noarch/npviewer/usr/bin/npviewer # sh/etc/sysconfig/nspluginwrapper-v-I/flashlibplayer. so path/libflashplayer. so # cp/libflashplayer. so path/libflashplayer. so/usr/lib/mozilla/plugins # sh/etc/sysconfig/nspluginwrapper-I/usr/lib/mozilla/plugins/libflashplayer. so # sh/etc/sysconfig/nspluginwrapper-l restart firefox browser in the address bar input about: plugins view flash plug-in information note: Download flash player plug-in source file address http://get.adobe.com/cn/flashplayer/