首页 > Ubuntu 12.04安装firefox 26中的flash plugin方法

Ubuntu 12.04安装firefox 26中的flash plugin方法

Ubuntu 12.04 64bit中安装firefox 26中的flash player插件的方法



昨天, 有最新的firefox 26更新了,可是我在软件更新中无法下载到ubuntu官方源中的flash plugin,详细的情况可以参见如下网页,这个问题我一年前也遇到过,特记录下来,以备后来查阅.

http://blog.sina.com.cn/s/blog_920dea7a01015g7n.html

http://hi.baidu.com/625879301/item/c3d1c4428071ae07896d10bb



直接在Ubuntu中无法顺利下载该插件,所以我采用直接从adobe官网下载该插件并解压安装的方法.

使用firefox浏览器打开,从http://www.adobe.com/products/flashplayer.html中找到下载页面,比如

http://get.adobe.com/cn/flashplayer/download/?installer=Flash_Player_11.2_for_other_Linux_%28.tar.gz%29_64-bit&standalone=1

选择tar.gz包格式,下载到本人用户目录的"下载"子目录下面

install_flash_player_11_linux.x86_64.tar.gz

按照包中readme.txt的提示

解压得到两部分文件:

    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/* /usr

就是执行如下命令

cd ~/下载

sudo tar zxvf install_flash_player_11_linux.x86_64.tar.gz -C /usr/lib/mozilla/plugins/

cd /usr/lib/mozilla/plugins/

sudo cp -r usr/* /usr 

注意最后一个命令是将usr目录下的子目录和文件复制到/usr下面,当然,这里采用移动命令更好

sudo mv usr/* /usr

然后删除不必要的文件

sudo rm -fr usr/

sudo rm readme.txt



下面验证下flash plugin是否发挥作用?

重新打开firefox浏览器,输入http://v.qq.com/,点击其中一个视频页面,如果视频能正常播放,则说明flash plugin是正常的.

更多相关:

  • 我也遇到过这个问题.这可能不是理想的方式,但它有效.我做了以下事情来解决这个问题 –sudo apt-get install python3-gdbm这为python3安装了gdbm库,但是因为apt-get和anaconda是两个独立的包管理器;这不会解决你的问题.我们主要这样做是为了获取.so共享库,我们将把它放在我们的anaco...

  • 1、去官网下载和自己系统匹配的文件:  英文网址:https://nodejs.org/en/download/  中文网址:http://nodejs.cn/download/  通过  uname -a  命令查看到我的Linux系统位数是64位(备注:x86_64表示64位系统, i686 i386表示32位系统),如图...

  • 一、简介 LLVM LLVM(之前称为低级虚拟机Low Level Virtual Machine)是一种非常强大的编译器基础架构框架,专门为使用您喜爱的编程语言编写的程序的编译时、链接时和运行时优化而设计。LLVM 可运行于若干个不同的平台之上,它以能够生成快速运行的代码而著称。 LLVM以C++编写而成,对开发者保持开放,并...

  • 问题:使用 QT 编写视频展现程序报错找不到运行时库文件 解决办法: 首先 sudo find / -name libpulse.so* 然后 sudo cp /usr/lib/x86_64-linux-gnu/libpulse.so.0 /usr/lib/libpulse.so 对于libpulse-mainloop-glib...

  • 上篇笔记中梳理了一把 resolver 和 balancer,这里顺着前面的流程走一遍入口的 ClientConn 对象。ClientConn// ClientConn represents a virtual connection to a conceptual endpoint, to // perform RPCs. // //...

  • 我的实验是基于PSPNet模型实现二维图像的语义分割,下面的代码直接从得到的h5文件开始往下做。。。 也不知道是自己的检索能力出现了问题还是咋回事,搜遍全网都没有可以直接拿来用的语义分割代码,东拼西凑,算是搞成功了。 实验平台:Windows、VS2015、Tensorflow1.8 api、Python3.6 具体的流程为:...

  • Path Tracing 懒得翻译了,相信搞图形学的人都能看得懂,2333 Path Tracing is a rendering algorithm similar to ray tracing in which rays are cast from a virtual camera and traced through a s...

  • configure_file( [COPYONLY] [ESCAPE_QUOTES] [@ONLY][NEWLINE_STYLE [UNIX|DOS|WIN32|LF|CRLF] ]) 我遇到的是 configure_file(config/config.in ${CMAKE_SOURCE_DIR}/...

  •     直接复制以下代码创建一个名为settings.xml的文件,放到C:UsersAdministrator.m2下即可