1、问题描述
在debian下使用的Iceweasel浏览器,提示adobe flash插件过期,并阻止其使用。
2、解决办法
思路:
使用 flashplugin-nofree 来替换掉 ~/.mozilla/plugins/ 目录下的 libflashplayer.so
步骤:
1)将libflashplayer.so 从~/.mozilla/plugins目录下移走或删除
2)在/etc/apt/sources.list中添加源
deb http://ftp.cn.debian.org/debian wheezy main contrib
3)更新源
$ sudo apt-get update
4)安装flashplugin-nonfree
$ sudo apt-get install flashplugin-nonfree
5)重启Iceweasel
3、参考