博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu Firefox installs Flashplayer
阅读量:6173 次
发布时间:2019-06-21

本文共 1324 字,大约阅读时间需要 4 分钟。

       Adobe flash 下载(https://get.adobe.com/flashplayer/)  tar.gz版本(注:adobe 提供了yum,rpm,tar.gz和APT四种版本,yum和tar.gz是通用的,而rpm则是以Redhat 为主体的格式)。

      tar命令进行解压,得到三个文件:usr文件夹,libflashplayer.so库文件和 readerme.txt文本

       readme.txt中详细介绍了安装方法:
   
    Installing using the plugin tar.gz:
    o Unpack the plugin tar.gz and copy the files to the appropriate location. 
    o Save the plugin tar.gz locally and note the location the file was saved to.
    o Launch terminal and change directories to the location the file was saved to.
    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 <BrowserPluginsLocation>
    o Copy the Flash Player Local Settings configurations files to the /usr directory.  At the prompt type:
        + sudo cp -r usr/* /usr
译文:
1.解压install_flash_player_11_linux_i386.tar.gz
2.找到文件系统中浏览器插件所在的位置,例如在/usr/lib/mozilla/plugins,然后把libflashplayer.so复制到该文件夹中:
sudo cp libflashplayer.so  /usr/lib/mozilla/plugins
3.把解压出来的usr文件夹中的各个文件复制到文件系统中的相应位置
sudo cp usr/  /usr
     结束。

 

 

原文链接:http://my.oschina.net/jl88747653/blog/86961

作者:

选择性录入只为学习,注明原作者,欲知详情,请移步至:

转载于:https://www.cnblogs.com/MimiSnowing/p/4904111.html

你可能感兴趣的文章
流量精细化运营时代,营销SaaS之使命——流量掘金
查看>>
雅虎同意出售核心资产
查看>>
Win10大丰收的节奏 微软收编iOS全部150万应用
查看>>
智慧城市要除“城市病” 中兴通讯开辟新增长极
查看>>
Opera已确认解散iOS开发团队
查看>>
DevOps:新的业务浪潮
查看>>
CERT:启用EMET的Windows 7比Windows 10更加安全
查看>>
LINE上市:一场迟到、勇敢又无奈的IPO
查看>>
OA选型:OA系统工作流是核心
查看>>
如何发现“利用DNS放大攻击”的服务器
查看>>
《Arduino开发实战指南:LabVIEW卷》——第2章 Arduino软件
查看>>
京津冀大数据走廊起笔谋篇
查看>>
WIFI连网一“吻”通 黑科技让无线路由器更智能
查看>>
Ovum光器件首席分析师:硅光子不是唯一解决方案
查看>>
大数据发展进入快车道 未来会呈现高速增长
查看>>
JVM基础:JVM内存组成及分配
查看>>
数据库锁和数据库隔离级别
查看>>
Linux下的内核测试工具——perf使用简介
查看>>
《从问题到程序:用Python学编程和计算》——2.3 内置函数和数学函数包
查看>>
《Photoshop修饰与合成专业技法》目录—导读
查看>>