红联Linux门户
Linux帮助

Ubuntu15.04上为火狐浏览器安装Adobe Flash Player插件

发布时间:2016-02-23 15:19:24来源:linux网站作者:Jason‘

前言:最新版的ubuntu好像没有flashplayer,而且更新源也无法更新成功,找些资料终于发现

这个需要自己手动配置。由于flashplayer无法安装,导致视频,百度上传等功能都无法使用:


安装步骤如下:

实现方法:

Flash插件下载中心提供YUM、RPM和TAR.GZ包,这里采用TAR.GZ包进行安装,

下载flashplayer
https://get.adobe.com/cn/flashplayer/?no_redirect

放到~/flash目录下

然后

tar -xvzf *.tar.gz

根据源包提取出的Flash插件自带安装说明可知:要想成功安装,首先要找到该版本该系统的Firefox插件文件夹的路径。

Ubuntu15.04上为火狐浏览器安装Adobe Flash Player插件

在Ubuntu15.04上找到火狐插件文件夹的路径为:/usr/lib/firefox-addons/plugins

Ubuntu15.04上为火狐浏览器安装Adobe Flash Player插件

接下来即可按照Flash插件自带安装说明操作:

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

解释:第一步将依赖程序库libflashlayer.so拷贝到火狐插件文件夹路径;接着将相关用户配置合并到系统/usr。


本文永久更新地址:http://www.linuxdiyf.com/linux/18329.html