博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux环境下firfox flash插件问题~
阅读量:5770 次
发布时间:2019-06-18

本文共 1182 字,大约阅读时间需要 3 分钟。

linux环境下的flash插件需要自行安装和配置,否则即使安装后没有配置成功,firefox始终会提示你安装新版flash

配置方法如下:

Installation instructions-------------------------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 
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type: + sudo cp -r usr/* /usrInstalling the plugin using RPM: o As root, enter in terminal: + # rpm -Uvh
+ Click Enter key and follow prompts

主要注意:将libflashlayer.so拷贝到 <BrowserPluginsLocation>

至于plugins的位置,在firfox上 help--Troubleshooting Information---open directory

转载地址:http://ywiux.baihongyu.com/

你可能感兴趣的文章
Scenario 9-Shared Uplink Set with Active/Active uplink,802.3ad(LACP)-Flex-10
查看>>
UML类图中的六种关系
查看>>
探寻Interpolator源码,自定义插值器
查看>>
一致性哈希
查看>>
mysql(待整理)
查看>>
看雪论坛502,出现安全宝?
查看>>
使用PullToRefresh实现下拉刷新和上拉加载
查看>>
mysql
查看>>
2012年电信业八大发展趋势
查看>>
Web日志安全分析工具 v2.0发布
查看>>
JS重载
查看>>
python2和python3同安装在Windows上,切换问题
查看>>
php加速工具xcache的安装与使用(基于LNMP环境)
查看>>
android超链接
查看>>
redhat tomcat
查看>>
统计数据库大小
查看>>
IO流的学习--文件夹下文件的复制
查看>>
第十六章:脚本化HTTP
查看>>
EXCEL表中如何让数值变成万元或亿元
查看>>
Cisco PIX防火墙的安装流程
查看>>