博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在CentOS中安装flashplay插件
阅读量:6269 次
发布时间:2019-06-22

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

hot3.png

    CentOS自带Firefox浏览器,但是这个浏览器并不完善,不能插放一音乐与视频之类,总提示安装插件。
    于是,我按到提示的路径: ,下载install_flash_player_11_linux.i386.tar.gz 文件。
   
    (1)解压文件
        > tar zvxf install_flash_player_11_linux.i386.tar.gz
    (2)在当前目录下会出现2个文件1个文件夹:usr, libflashplayer.so, readme.txt
        打开readme.txt文件,里面会提示如何安装tar.gz格式的文件:
Installing using the plugin tar.gz:o Unpack the tar.gz file. Once unpacked you will see the following:  + libflashplayer.so  + /usro Identify the location of the browser plugins directory, based on your Linux distribution and Firefox versiono Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type:  + cp libflashplayer.so 
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type: + sudo cp -r usr/* /usr
        其中我很迷惑的是,第7行的这个<BrowserPluginsLocation>到底是什么路径。
        通过在网上查找资料才得知是: /usr/lib/mozilla/plugins
    (3)安装
        > cp libflashplayer.so /usr/lib/mozilla/plugins
        > sudo cp -r usr/* /usr

转载于:https://my.oschina.net/hevakelcj/blog/104162

你可能感兴趣的文章
Oracle体系结构之oracle密码文件管理
查看>>
【leetcode】Remove Element (easy)
查看>>
mysql多表查询及其 group by 组内排序
查看>>
alsa的snd_pcm_readi()函数和snd_pcm_writei()
查看>>
Android学习网站推荐(转)
查看>>
嵌入式根文件系统的移植和制作详解
查看>>
MEF部件的生命周期(PartCreationPolicy)
查看>>
LCD的接口类型详解
查看>>
nginx 基础文档
查看>>
LintCode: Unique Characters
查看>>
Jackson序列化和反序列化Json数据完整示例
查看>>
.net 中的DllImport
查看>>
nyoj 517 最小公倍数 【java睑板】
查看>>
include与jsp:include区别
查看>>
ftp的20 21端口和主动被动模式
查看>>
MySQL存储引擎选型
查看>>
Java中的statickeyword具体解释
查看>>
Linux车载系统的开发方向
查看>>
并发编程之五--ThreadLocal
查看>>
摄像头驱动OV7725学习笔记连载(二):0V7725 SCCB时序的实现之寄存器配置
查看>>