Chromium 在 Debian Wheezy 中不显示 Flash

Chromium 在 Debian Wheezy 中不显示 Flash

由于 Google 逐步淘汰了 NPAPI,它无法使用flashplugin-nonfree.我知道它需要使用pepperflashplugin-nonfree,但它在存储库中不可用。

是因为我的吗/etc/apt/sources.list?现在看起来是这样的:

deb http://ftp.bg.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.bg.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
deb http://ftp.bg.debian.org/debian/ wheezy-updates main
deb-src http://ftp.bg.debian.org/debian/ wheezy-updates main

我应该在那里做任何改变吗?或者如何安装pepperflashplugin-nonfree?

答案1

您回答了自己的问题,pepperflashplugin-nonfree 是正确的选择。

在您的情况下,您需要启用 wheezy-backports 存储库,将以下行添加到您的 resources.list 中:

deb http://http.debian.net/debian wheezy-backports main contrib non-free

然后,使用 更新可用软件包列表apt-get update,最后使用

apt-get -t wheezy-backports install pepperflashplugin-nonfree

相关内容