1. 程式人生 > >在LinuxMint中對firefox進行手動安裝flash插件

在LinuxMint中對firefox進行手動安裝flash插件

set 手動 ams flash linu 4.3 trac 插件 啟動

/*********************************************************************
 * Author  : Samson
 * Date    : 11/15/2014
 * Test platform:
 *              3.13.0-24-generic
 *              GNU bash, 4.3.11(1)-release 
 * *******************************************************************/

瀏覽時遇到無flash插件時,到官網下載一個:

http://get.adobe.com/cn/flashplayer/

下載的是:install_flash_player_11_linux.i386.tar.gz


然後解壓此壓縮包,然後依照常規先看Readme.txt文件。能夠看到是要將解壓的插件的庫拷貝到瀏覽器插件文件夾下。還要將usr下的文件拷貝到系統的/usr文件夾下,原文檔中例如以下:
o Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:
+ cp libflashlayer.so <BrowserPluginsLocation>
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr

那麽如今問題是怎樣找到瀏覽器(firefox)存放插件的文件夾呢?

firefox的公司是mozzilla,那麽庫應該放的文件夾即在:
/usr/lib/mozilla/plugins/

將libflashlayer.so拷貝到/usr/lib/mozilla/plugins/,
再將usr下的拷貝到系統下的usr文件夾下。

然後重新啟動firefox就可以使用flash插件了。


在LinuxMint中對firefox進行手動安裝flash插件