在LinuxMint中对firefox进行手动安装flash插件
Posted yfceshi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在LinuxMint中对firefox进行手动安装flash插件相关的知识,希望对你有一定的参考价值。
/*********************************************************************
* 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插件的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu 18.10安装Firefox 和 Google Chrome
Ubuntu16.04/LinuxMint18安装openjdk-7-jdk
在 Firefox 中对更改的文件使用 FileReader.readAsArrayBuffer()