zoukankan      html  css  js  c++  java
  • Ubuntu15.04上为火狐浏览器安装Adobe Flash Player插件

    前言:最新版的ubuntu好像没有flashplayer,而且更新源也无法更新成功,找些资料终于发现

    这个需要自己手动配置。由于flashplayer无法安装,导致视频,百度上传等功能都无法使用:

    安装步骤如下:

    实现方法

    Flash插件下载中心提供YUM、RPM和TAR.GZ包,这里采用TAR.GZ包进行安装,

    下载flashplayer
    https://get.adobe.com/cn/flashplayer/?no_redirect

    放到~/flash目录下

    然后

    tar -xvzf *.tar.gz

    根据源包提取出的Flash插件自带安装说明可知:要想成功安装,首先要找到该版本该系统的Firefox插件文件夹的路径。

    Flash官方提示

    在Ubuntu15.04上找到火狐插件文件夹的路径为:/usr/lib/firefox-addons/plugins

    Firefox插件文件夹路径

    接下来即可按照Flash插件自带安装说明操作:

    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

    解释:第一步将依赖程序库libflashlayer.so拷贝到火狐插件文件夹路径;接着将相关用户配置合并到系统/usr。

  • 相关阅读:
    LeetCode. 476. Number Complement
    LeetCode 172.Factorial Trailing Zeroes
    原码,反码,补码笔记
    python3笔记
    django笔记(python web框架)
    mysql 8.0 主从复制配置
    centos 7系统安装mysql 8.0
    MobaXterm无法退格删除
    Oracle数据泵常用命令
    oracle查年度周末日期
  • 原文地址:https://www.cnblogs.com/codeblock/p/4754060.html
Copyright © 2011-2022 走看看