1.去官网下载×.tar.gz包,如:flash_player_npapi_linux.x86_64.tar.gz

2.解压

tar -zxvf flash_player_npapi_linux.x86_64.tar.gz

3.安装方法可以参照,解压文件中的readme.txt

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

如果看不懂可以看下面的方法:

1)找到火狐的插件文件夹

root@debian:/home/kevin/下载# find / -name mozilla
/usr/share/ca-certificates/mozilla
/usr/share/mozilla
/usr/lib/mozilla
/home/kevin/.cache/mozilla

2)可以看到文件夹/usr/lib/mozilla,插件文件夹就在里面

root@debian:/home/kevin/下载# ls /usr/lib/mozilla
extensions plugins

3)复制 libflashlayer.so 到 /usr/lib/mozilla/plugins

cp libflashlayer.so /usr/lib/mozilla/plugins

4)复制解压文件usr中所有文件到/usr

sudo cp -r usr/* /usr

至此重启浏览器可以使用flash player

最新文章

  1. 【JavaWeb学习】文件的上传和下载
  2. 【转】SQL删除重复数据方法,留着备用
  3. VR技术的系统化实现阶段
  4. CodeForces 742A Arpa’s hard exam and Mehrdad’s naive cheat
  5. A.Kaw矩阵代数初步学习笔记 2. Vectors
  6. 用IIS配置反向代理
  7. JS中delete删除对象属性
  8. python py生成为pyc文件
  9. 有用的.NET库
  10. Unity使用 UnityVS+VS2013 调试脚本
  11. spark记录
  12. leetcode:Implement Stack using Queues 与 Implement Queue using Stacks
  13. MongoDB 备份方法
  14. 解决android启动程序时,会出现一个短暂的白色空白界面的问题
  15. python--内建函数(1)
  16. iOS SDK:预览和打开文档
  17. java.lang.ClassNotFoundException: com.mysql.jdbc.Driver问题
  18. 自编译Apache Spark2.3.3支持CDH5.16.1
  19. 根据文字动态计算Label高度或宽度
  20. c# webapi 跳转

热门文章

  1. 关于linux三种网络形式
  2. Python学习笔记(2)操作符和数据类型
  3. 初步体验libsvm用法1(官方自带工具)
  4. sw算法求最小割学习
  5. HDFS学习笔记(1)初探HDFS
  6. DOMContentLoaded事件&lt;zz&gt;
  7. linux删除多行
  8. bzoj2806: [Ctsc2012]Cheat(SAM+DP)
  9. poj--1985--Cow Marathon(树的直径)
  10. ubuntu16.04下配置caffe无GPU