博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Debian Wheezy 64 - 为Chrome/Chromium和Firefox/Iceweasel添加flash支持
阅读量:4177 次
发布时间:2019-05-26

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

版本:

root@tp:/home/liao/down# lsb_release -a

No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.1 (wheezy)
Release: 7.1
Codename: wheezy
root@tp:/home/liao/down# cat /proc/version 
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1
root@tp:/home/liao/down# 

下载:

到如下网址下载flashplayer的介质,operating system选Linux (64-bit),version选Flash Player 11.2 for other Linux (.tar.gz) 64-bit

解压:

root@tp:/home/liao/down# tar zxvf install_flash_player_11_linux.x86_64.tar.gz 
libflashplayer.so
readme.txt
usr/
usr/bin/
usr/bin/flash-player-properties
usr/share/
usr/share/pixmaps/
usr/share/pixmaps/flash-player-properties.png
usr/share/kde4/
usr/share/kde4/services/
usr/share/kde4/services/kcm_adobe_flash_player.desktop
usr/share/applications/
usr/share/applications/flash-player-properties.desktop
usr/share/icons/
usr/share/icons/hicolor/
usr/share/icons/hicolor/32x32/
usr/share/icons/hicolor/32x32/apps/
usr/share/icons/hicolor/32x32/apps/flash-player-properties.png
usr/share/icons/hicolor/22x22/
usr/share/icons/hicolor/22x22/apps/
usr/share/icons/hicolor/22x22/apps/flash-player-properties.png
usr/share/icons/hicolor/24x24/
usr/share/icons/hicolor/24x24/apps/
usr/share/icons/hicolor/24x24/apps/flash-player-properties.png
usr/share/icons/hicolor/16x16/
usr/share/icons/hicolor/16x16/apps/
usr/share/icons/hicolor/16x16/apps/flash-player-properties.png
usr/share/icons/hicolor/48x48/
usr/share/icons/hicolor/48x48/apps/
usr/share/icons/hicolor/48x48/apps/flash-player-properties.png
usr/lib/
usr/lib/kde4/
usr/lib/kde4/kcm_adobe_flash_player.so
usr/lib64/
usr/lib64/kde4/
usr/lib64/kde4/kcm_adobe_flash_player.so

配置:

root@tp:/home/liao/down# ls /usr/lib/mozilla/plugins/
flash-mozilla.so  libgnome-shell-browser-plugin.so  librhythmbox-itms-detection-plugin.so
root@tp:/home/liao/down# cp libflashplayer.so /usr/lib/mozilla/plugins/
root@tp:/home/liao/down# cp -r usr/* /usr/

其实安装步骤都在readme里:

root@tp:/home/liao/down# cat 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
...

到这里,我的Chromium和Iceweasel不用重启就已经都支持flash播放了。

REF:

1. Mozilla Firefox/Google Chrome and Flash on Debian Squeeze 64-bit

转载地址:http://ustai.baihongyu.com/

你可能感兴趣的文章
VS打开项目卡顿的解决方案,正在扫描#includes 寻找其他文件
查看>>
git安全访问,使用公钥和私钥来访问github
查看>>
git拉下来的项目文件夹没有图标
查看>>
TortoiseGit入门
查看>>
VS2012 VS2015 VS2019 拖动窗口布局VS崩溃卡住
查看>>
Beyond Compare右键菜单不能出现修复
查看>>
Enterprise Architect 12 快速入门一
查看>>
Qt 加快编码的一些快捷键技巧
查看>>
QT 三种关联信号和槽的办法
查看>>
Qt显示图片,QLabel加载图片两种方法
查看>>
Qt窗体布局管理器 QFormLayout
查看>>
Qt布局里重要的三个概念
查看>>
qtDesigner设计界面中如何往工具栏中添加按钮QAction
查看>>
QDockWidget的属性设置
查看>>
Qt状态栏添加临时消息和永久消息
查看>>
VS2017 VS2019安装最新版本的Qt插件出现error reading VS project settings
查看>>
qt-016 自定义窗体或者控件的办法
查看>>
不能在此路径中使用此配置节。如果在父级别上锁定了该节,便会出现这种情况
查看>>
win10 装SQL Server 2000入门各种坑
查看>>
VC6.0打开老工程一片空白
查看>>