Chromium 在 Debian Wheezy 中不显示 Flash

sas*_*alm 5 debian chrome adobe-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
Run Code Online (Sandbox Code Playgroud)

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

x86*_*tux 9

你回答了你自己的问题,pepperflashplugin-nonfree 是要走的路。

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

deb http://http.debian.net/debian wheezy-backports main contrib non-free
Run Code Online (Sandbox Code Playgroud)

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

apt-get -t wheezy-backports install pepperflashplugin-nonfree
Run Code Online (Sandbox Code Playgroud)