Ubuntu下为Firefox安装Adobe Flash Player
 
使用环境:
    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后,就可以在网页上播放视频了,祝你幸运!
 
 
 
 
www.2cto.com/os/201205/133528.html
 
 
 

Ubuntu firefox falsh的更多相关文章

  1. Ubuntu: Firefox is already running, but is not responding

    关于Ubuntu: Firefox is already running, but is not responding问题的解决办法 最近firefox总是开不开,出现“Firefox is alre ...

  2. ubuntu firefox 选中变成了删除

    在ubuntu下 我的firefox浏览器出现了问题.描述: 1.在firefox中所有能够删除的文字只要选中就自动删除了. 终端中 ibus-setup勾掉在应用窗口中启用内嵌编辑模式

  3. [Ubuntu]Firefox书签Ubuntu与Windows同步

    Ubuntu默认使用Firefox国际版.其他平台访问官网下载到的都是中国版,而国际版和中国版使用两套账号体系,相互之间无法同步,导致Ubuntu的Firefox无法和其他平台的Firefox同步书签 ...

  4. 【转】Ubuntu FireFox无法播放网页视频音乐的解决办法

    原文:http://www.codeweblog.com/%E8%A7%A3%E5%86%B3qq%E9%9F%B3%E4%B9%90%E7%BD%91%E9%A1%B5%E7%89%88%E5%9C ...

  5. Ubuntu Firefox没有声音的解决方案

    安装ubuntu-restricted-extras sudo apt-get install ubuntu-restricted-extras 参考博文:解决ubuntu中firefox没有声音的问 ...

  6. 【ubuntu firefox】 Firefox is already running, but is not responding

    在ubuntu下启动firefox报错 Firefox is already running, but is not responding. To open a new window, you mus ...

  7. Ubuntu Firefox installs Flashplayer

    Adobe flash 下载(https://get.adobe.com/flashplayer/)  tar.gz版本(注:adobe 提供了yum,rpm,tar.gz和APT四种版本,yum和t ...

  8. ubuntu firefox上看视频,安装flash啊

    这是针对于直接硬盘安装的linux系统: u盘安装选择了安装第三方软件的话就不会存在这种问题 flash的安装其实也不是很难的,有点耐心就ok了 总结一下: 1:肯定是下载最新版的flash啦,注意看 ...

  9. ubuntu: firefox+flashplay

    更新两步: 1.安装firefox:rm-->下载-->mv-->ln http://www.cnblogs.com/yzsatcnblogs/p/4266985.html 2. f ...

随机推荐

  1. Apache2.2+php5.4在windows上配置实例

    这几天一直在win8.1上配置apache+php环境,网上看了很多文章,自己又犯了很多错误才配置成功,对新手来说真是有点小难. 自己打算把配置的详细过程写下来,好帮助其他新手快速配置. 在这里参考了 ...

  2. centos64位安装32位C/c++库

    yum install glibc.i686 glibc-devel.i686 yum install libstdc++.i686yum install libstdc++-devel.i686yu ...

  3. 获取属性名:PropertyNameHelper

    获取属性名:PropertyNameHelper namespace NCS.Infrastructure.Querying { public static class PropertyNameHel ...

  4. uva 10154

    dp  记忆化搜索 做的时候像dfs  #include <iostream> #include <cstring> #include <cstdio> #incl ...

  5. iOS开发笔记--宏定义的黑魔法 - 宏菜鸟起飞手册

    宏定义在C系开发中可以说占有举足轻重的作用.底层框架自不必说,为了编译优化和方便,以及跨平台能力,宏被大量使用,可以说底层开发离开define将寸步难行.而在更高层级进行开发时,我们会将更多的重心放在 ...

  6. Mybatis代码生成器 xml配置文件 连接SQL SERVER 2005

    <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE generatorConfiguratio ...

  7. cocos2d-x 扩充引擎基类功能 引起的头文件重复包含问题的分析

    c++ 头文件包含 原因的分析:   c++  头文件的循环引用是指: .h 里面的里面的头文件的相互包含的,引起的重复引用的问题.cpp 里面包含头文件是不存在重复引用的问题(因为CPP没有#ifn ...

  8. ScrollView can host only one direct child 解决

    主要是ScrollView内部只能有一个子元素,即不能并列两个子元素,所以需要把所有的子元素放到一个LinearLayout内部或RelativeLayout等其他布局方式让后再在这个layout外部 ...

  9. R语言学习笔记:生成序列(Genenrating Sequences)

    R提供了多种生成不同类型序列的方法.如: > x<-1:20 > x [1]  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 1 ...

  10. android系统平台显示驱动开发简要:LCD驱动调试篇『四』

    平台信息: 内核:linux3.4.39系统:android4.4 平台:S5P4418(cortex a9) 作者:瘋耔(欢迎转载,请注明作者) 欢迎指正错误,共同学习.共同进步!! 关注博主新浪博 ...