admin管理员组文章数量:1130349
在linux下为浏览器安装flash
官方readme文件有关内容如下:
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
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr
官方的说明就是最好的教程,希望自己能养成事事看官方文档的习惯,百度来百度去的效率很低。
简要说明:
- 从flash官网下载针对Linux的插件,(有rpm,apt,tar.gz三种,压缩文件比较通用)
- 解压得到
- libflashplayer.so
- /usr
- 把.so文件拷贝到浏览器插件目录下(不同浏览器不同,firefox的是/usr/lib/mozilla/plugins/)
- 进入解压后的目录,执行cp ./usr/* -r /usr
- 重启浏览器,大功告成
在linux下为浏览器安装flash
官方readme文件有关内容如下:
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
o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type:
+ sudo cp -r usr/* /usr
官方的说明就是最好的教程,希望自己能养成事事看官方文档的习惯,百度来百度去的效率很低。
简要说明:
- 从flash官网下载针对Linux的插件,(有rpm,apt,tar.gz三种,压缩文件比较通用)
- 解压得到
- libflashplayer.so
- /usr
- 把.so文件拷贝到浏览器插件目录下(不同浏览器不同,firefox的是/usr/lib/mozilla/plugins/)
- 进入解压后的目录,执行cp ./usr/* -r /usr
- 重启浏览器,大功告成
版权声明:本文标题:Linux 浏览器下安装 Flash 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1760300491a2852932.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论