Install the Adobe Flash Player plugin in the CentOS Firefox browser

Source: Internet
Author: User

Today want to go online to see a movie under Linux, the results open the browser, prompted not to install the Flash Player plugin, click Automatic installation, but prompted the system does not support the latest version of the plugin, my system is using Rhel 5.5. No way, Google, download to a package install_flash_player_11_linux.i386.tar.gz.
Install_flash_player_11_linux.i386.tar.gz:http://vdisk.weibo.com/s/yey-p
The installation method is summarized as follows: Unpack the package:
[Email protected]/]# tar zxvf install_flash_player_11_linux.i386.tar.gz/tmp/flashplayer
[Email protected]/]# Ls/tmp/flashplayerlinux
usr libflashplayer.so
We see the extracted things have a USR folder, a library file. The library file needs to be placed under the path of the Firefox installation plugin. But I didn't know the path at the time. Search:
[Email protected]/]# find/usr/-name Firefox
/usr/lib/firefox-3.0.18/firefox
Switch to this path to see that Firefox is a file, not a directory, and did not find the path to plugin. To continue the search, replace a keyword mozilla:
[Email protected]/]# find/usr-name Mozilla
/usr/lib/mozilla
/usr/share/mozilla
Look at this search result, switch to/usr/lib/mozilla/under, sure enough here
[Email protected]/]# cd/usr/lib/mozilla/
[Email protected]/]# ls
Extensions plugins plugins-wrapped
[Email protected]/]#
OK, here's how you can do the following:
[Email protected]/]# cp/tmp/flashplayer/libflashplayer.so/usr/lib/mozilla/plugins/-RF
[Email protected]/]# chmod 755/usr/lib/mozilla/plugins/libflashplayer.so
[Email protected]/]# cp/tmp/flashplayer/usr/*/usr/-RF
Stole a lazy, directly to libflashplayer.so assigned 755 permission.
This will be installed, and then restart Mozilla Firefox!!



One more CentOS 6.3 Install Flash plugin tutorial for FirefoxDownload install_flash_player_11_linux.i386.tar.gz package file to local terminal enters install_flash_player_11_linux.i386.tar.gz directory extract install_flash_player_11_linux.i386.tar.gz files using the command TAR-ZXVF  TAR-ZXVF install_flash_player_11_linux.i386.tar.gz after decompression is a libflashplayer.so and a USR folder #ln-S/usr/lib/nspluginwrapper/noarch/npviewer/usr/bin/npviewer #sh/etc/sysconfig/nspluginwrapper-v-i/libflashplayer.so path/libflashplayer.so # CP /libflashplayer.so location 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 enter about:plugins in the Address bar to view Flash plugin informationNote: Download the Flash Player plugin source file addresshttp://get.adobe.com/cn/flashplayer/

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Install the Adobe Flash Player plugin in the CentOS Firefox browser

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.