Choice 1: Install  Flash from Repository:

This is fairly simple and easy and should work from most people out there:

In the terminal:

apt-get install flashplugin-nonfree

and then type in:

update-flashplugin-nonfree --install

That’s it. You flash should be working as expected. Go to testing section at the bottom on this post to confirm installation.

Choice 2: Install Flash Manually

In case you tried Choice 1 and failed, try this steps below to install and activate Flash manually.

Step 2.a: Download the latest Flash Player archive

Launch your browser (I assume IceWeasel?) and download the Flash Player in a separate folder.

At the time of writing this guide the available version was install_flash_player_11_linux.x86_64.tar.gz

Download and save the file in /root directory.

Users should take note that the version used in this guide is x64 which is 64-bit. 32-bit users should choose their versions accordingly.

Download link = http://get.adobe.com/flashplayer/
(Note: Choose Version to download tar.gz for other Linux)

Step 2.b: Untar archive and install

Follow the instructions below:

cd Downloads/
tar xzvf install_flash_player_11_linux.x86_64.tar.gz
cp libflashplayer.so /usr/lib/mozilla/plugins/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.

最新文章

  1. SQL Server 存储中间结果集
  2. C# 调用C++ SDK/API的问题总结
  3. 《深入浅出Node.js》第7章 网络编程
  4. Promise 原理探究及其简单实现
  5. Android笔记: 查看SDK源码
  6. coreseek实战(二):windows下mysql数据源部分配置说明
  7. python 练习 17
  8. WP8_Json的用法
  9. java中字节流和字符流的区别
  10. EventLoop的设计
  11. 游标-----内存中的一块区域,存放的是select 的结果
  12. android 细节之 旋转动画
  13. service引用
  14. UEditor编辑器第一次赋值失败的解决方法
  15. 使用C# 操作存储过程,执行sql语句通用类
  16. Confluence 使用常见问题列表
  17. python numpy中数组.min()
  18. MYSQL安装报错 -- 出现Failed to find valid data directory.
  19. [转] 2016 JavaScript 发展现状大调查
  20. 掌握闭包closure (含义及优缺点)

热门文章

  1. (step4.2.5)hdu 1495(非常可乐——BFS)
  2. BZOJ 1009 GT考试(ac自动机+矩阵DP)
  3. BZOJ 2038 小Z的袜子(hose)(分组)
  4. C# treeview控件部分节点添加checkbox
  5. Codeforces Round #174 (Div. 1)A
  6. BZOJ 1827 奶牛大集会
  7. CodeIgniter 3之Session类库(2)(转)
  8. 搭建Nginx(负载均衡)+Redis(Session共享)+Tomcat集群
  9. python-socket.error[10054]:对象的复制
  10. 关于iOS APP中网络层的设计