Chrome

Chromium 在 Debian Wheezy 中不顯示 Flash

  • December 21, 2014

由於 Google 逐步淘汰了 NPAPI,因此無法使用flashplugin-nonfree. 我知道它需要使用pepperflashplugin-nonfree,但它在 repos 中不可用。

是因為我/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?

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

在您的情況下,您需要啟用 wheezy-backports 儲存庫,將以下行添加到您的 sources.list:

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

然後,使用 更新可用軟體包列表apt-get update,最後使用

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

引用自:https://unix.stackexchange.com/questions/146434