您的位置:首页 > 其它

ubuntu系统自带的火狐(firefox)如何安装Adobe Flash

2016-03-24 15:53 375 查看
1,先更新一下软件源

sudo apt-get -f update

2,去adobe官网下载flash插件
http://get.adobe.com/cn/flashplayer/
比如我:下载下来后是这样的:install_flash_player_11_linux.x86_64.tar.gz

sudo tar xvf install_flash_player_11_linux.x86_64.tar.gz

解压后:libflashplayer.so

3,将解压后的libflashplayer.so 其放入/usr/lib/adobe-flashplugin下。但注意Firefox使用的插件目录是/usr/lib/firefox-addons/plugins。

4,检查一下/usr/lib/firefox-addons/plugins有没有旧版的libflashplayer.so,是文件还是链接:

ls -l /usr/lib/firefox-addons/plugins

如果有一个libflashplayer.so文件,则将其删除:

sudo rm -f /usr/lib/firefox-addons/plugins/libflashplayer.so

在/usr/lib/firefox-addons/plugins 增加一个软链接

sudo ln -s /usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/firefox-addons/plugins/libflashplayer
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: