使用环境:
    OS:Ubuntu 12.04 LTS
    Browser: Firefox 12.0
    Adobe Flash Player: install_flash_player_11_linux.x86_64.tar.gz
 
安装方法:
    1. 下载Adobe Flash Player:
        请从Adobe官方下载,也可以从这个URL下载,这个URL也是官方的链接:
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.235/install_flash_player_11_
linux.x86_64.tar.gz
 
    2. 解压Adobe Flash Player压缩包:
        进入到保存Adobe Flash Player压缩包的路径,将压缩包解压,使用如下命令:
 
tar -zxvf install_flash_player_11_linux.x86_64.tar.gz
 
        解压完成后,你将会得到如下的文件:
 
├── libflashplayer.so
├── readme.txt
└── usr
├── bin
│ └── flash-player-properties
├── lib64
│ └── kde4
│ └── kcm_adobe_flash_player.so
└── share
├── applications
│ └── flash-player-properties.desktop
├── icons  www.2cto.com  
│ └── hicolor
│ ├── 16x16
│ │ └── apps
│ │ └── flash-player-properties.png
│ ├── 22x22
│ │ └── apps
│ │ └── flash-player-properties.png
│ ├── 24x24
│ │ └── apps
│ │ └── flash-player-properties.png
│ ├── 32x32
│ │ └── apps
│ │ └── flash-player-properties.png
│ └── 48x48
│ └── apps
│ └── flash-player-properties.png
├── kde4
│ └── services
│ └── kcm_adobe_flash_player.desktop
└── pixmaps
└── flash-player-properties.png -> ../icons/hicolor/48x48/apps/flash-player-properties.
png
 
    3. 安装Adobe Flash Player:
        Adobe Flash Player的安装比较容易,只要将对应的文档复制到正确的的位置即可,具体的操作
如下:
        (1) 将libflashplayer.so拷贝到Firefox的Plugin目录:
cp libflashplayer.so /usr/lib/mozilla/plugins/
        (2) 将usr目录下的所有文档拷贝到系统的/usr目录下:
cp -r ./usr/* /usr/
重新打开Firefox后,就可以在网页上播放视频了,祝你幸运!

Ubuntu下为Firefox安装Adobe Flash Player的更多相关文章

  1. 安装Ubuntu双系统系列——为Firefox安装Adobe Flash Player

    使用环境:OS:Ubuntu 12.04 LTSBrowser: Firefox 12.0Adobe Flash Player: install_flash_player_11_linux.x86_6 ...

  2. ubuntu下firefox安装Adobe Flash Player

    转自ubuntu系统自带的火狐(firefox)如何安装Adobe Flash 当你刚装完系统,发现打开某些网站时,提示你"需要安装flash",然后你点击确定,过了一会,提示你安 ...

  3. Linux Mint下FireFox安装Adobe Flash Player

    最近在为自己的家里一台很老的机子(由于微软不再支持windows,windows10什么的不是这个老机子可以带的起来的233)选择一个合适的linux系统安装.看来看去,最终选择了排行很靠前,感觉也不 ...

  4. 安装Ubuntu的Mozilla Firefox的Adobe Flash Player时学习/lib、/usr/lib、/usr/local/lib的区别

    想对比一下Ubuntu和windows下视频效果体验的区别.安装了Ubuntu新版14.04.在之前的学习工程中,从来没想过使用虚拟机里的火狐浏览器看视频浏览网页,所以还真没有安装Flash的Linu ...

  5. ubuntu 14.04 chromium,firefox 怎样正确安装Adobe flash player

    一.firefox 正确安装Adobe flash player 有时候我们须要在Ubuntu下採用手动安装一些软件,比方Firefox的Flash插件.Adobe® Flash® Player 是一 ...

  6. Ubuntu 14.04 安装adobe flash player

    参考: How to install flash payer in Ubuntu 14.04 LTS? [duplicate] Ubuntu 14.04 安装adobe flash player 32 ...

  7. Firefox浏览器怎么安装adobe flash player插件

    https://jingyan.baidu.com/article/0a52e3f435d171bf62ed7237.html 有些朋友在使用Firefox火狐浏览器,但是火狐浏览器安装以后是没有fl ...

  8. 安装Adobe Flash Player

    安装Adobe Flash Player:         Adobe Flash Player的安装比较容易,只要将对应的文档复制到正确的的位置即可,具体的操作 如下:         (1) 将l ...

  9. centos6.5_x86_64安装Adobe Flash Player

    对x86_64的CentOS6.5系统,安装FireFox的Adobe Flash Player插件 安装插件,终端下输入命令:#wget http://linuxdownload.adobe.com ...

随机推荐

  1. Bootstrap系列 -- 35. 按钮的向下向上三角形

    按钮的向下三角形,我们是通过在<button>标签中添加一个“<span>”标签元素,并且命名为“caret”. <div class="btn-group d ...

  2. Memcached——非关系型数据库分布式处理

    Memcached登录校验应用: MMCacheWriter.cs类 using Memcached.ClientLibrary; using System; using System.Collect ...

  3. 将Image转化为BufferImage

    public class BufferedImageBuilder { private static final int DEFAULT_IMAGE_TYPE = BufferedImage.TYPE ...

  4. Struts2(二)---将页面表单中的数据提交给Action

    问题:在struts2框架下,如何将表单数据传递给业务控制器Action. struts2中,表单想Action传递参数的方式有两种,并且这两种传参方式都是struts2默认实现的,他们分别是基本属性 ...

  5. BRIEF算法

    本文结构 为了看懂ORB特征提取算法,来看了BRIEF算法的原文,并查看了OpenCV中BRIEF的相关实现,来验证论文的解读正确与否. BRIEF论文解读 摘要 用二进制串描述局部特征,好处有二:一 ...

  6. The constructor ClassPathXmlApplicationContext(String) refers to the missing type BeansException

    Spring4.X配置一个简单的读取sping的xml的配置文件结果

  7. 转-Android中自动连接到指定SSID的Wi-Fi

    最近在做一个项目,其中涉及到一块“自动连接已存在的wifi热点”的功能,在网上查阅了大量资料,五花八门,但其中一些说的很简单,即不能实现傻瓜式的拿来就用,有些说的很详细,但其中不乏些许错误造成功能无法 ...

  8. junit加载

    Run as junit 不会出现,把junit 包倒入lib文件夹中,在类的后面加上extends TestCase,此时上方会导入一个包:import junit.framework.TestCa ...

  9. JAVA输入一个整数,求出其所有质因数

    首先得求出能整除A的数,再判断I是否是质数!!! import java.util.*; public class aa { public static void main(String[] args ...

  10. 多线程练习(java)

    public class TestThread { public static void main(String[] args) { RandomNumber r=new RandomNumber() ...