ubuntu下安裝firefox的flash插件問題

    Ubuntu綁定了Firefox(火狐)做爲它的瀏覽器,做爲一個Firefox的用戶,我但願看到它獲得更大的推廣。可是不知道Firefox是怎麼回事, 並不自帶flash插件那就算了吧,可惡的是在它提示了缺乏插件的狀況下,我進行了檢測安裝,聯網連了半天就回了你一句:安裝失敗。我擦!!!
    因而試着在adobe flash 官網(http://get.adobe.com/cn/flashplayer/?promoid=JZEFT)下載APT版本,提示須要用Ubuntu軟件中心打開,結果一打開,嗎了隔壁,搜索不到這個插件。。。。『都是坑爹的貨啊!!!難怪經營Linux多年的人類都是千錘百煉的精英。。。』
    因而試着下載tar.gz版本(注:adobe 提供了yum,rpm,tar.gz和APT四種版本,yum和tar.gz是通用的,而rpm則是以Redhat 爲主體的格式)。下載完成以後,使用tar命令進行解壓,看到三個文件:usr文件夾,libflashplayer.so庫文件和 readerme.txt文本
(強烈建議你們養成安裝軟件的習慣就是:查看安裝包中的readme.txt,其中包含了安裝時的步驟和注意事項,不少人安裝失敗的緣由就是沒按官方建議的步驟來) 。     readme.txt中詳細介紹了各類格式的安裝方法,其中tar.gz的方法是這麼說的:         Installing using the plugin tar.gz:     o Unpack the plugin tar.gz and copy the files to the appropriate location.      o Save the plugin tar.gz locally and note the location the file was saved to.     o Launch terminal and change directories to the location the file was saved to.     o Unpack the tar.gz file.  Once unpacked you will see the following:         + libflashplayer.so         + /usr     o Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version     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     簡要地翻譯過來,也就3個須要注意的事項吧: 1.解壓install_flash_player_11_linux_i386.tar.gz 2.找到文件系統中瀏覽器插件所在的位置,個人在/usr/lib/mozilla/plugins,而後把libflashplayer.so複製到該文件夾中: sudo cp libflashplayer.so /usr/lib/mozilla/plugins 3.把解壓出來的usr文件夾中的各個文件複製到文件系統中的相應位置 sudo cp XX  /usr/XXX 所有複製完成以後,打開FireFox,去優庫網隨便找個視頻看看,這回沒有提示缺乏flash插件了吧。。。 PS:Flash插件安裝之繁瑣,不是普通軟件同樣的安裝步驟,因而致使了一些用戶倒向新晉的Google Chrome(自帶flash插件),這是很惋惜的一件事情。但願之後的Firefox可以改進這一點,保住更多的用戶。
相關文章
相關標籤/搜索