我无法在 Ubuntu 16.04 上安装 Pepper Flash

Pad*_*dau 5 flash ppa chromium

我知道出于安全原因不推荐使用 Adob​​e Flash 的原始版本,我们应该改用 Pepper Flash。

但是,我无法在 Ubuntu 16.04 上安装 Pepper Flash。(我使用 Chromium,而不是 Firefox。)

我已按照说明添加了存储库ppa:skunk/pepper-flash,该存储库在 14.04 上正常工作并继续工作。

但是,在 16.04 上,当我重新加载存储库时,出现此错误:

E: The repository 'http://ppa.launchpad.net/skunk/pepper-flash/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Run Code Online (Sandbox Code Playgroud)

这是我做错了吗?我怎样才能解决这个问题?

Pil*_*ot6 4

在“系统设置”->“软件和更新”中启用 Canonical Partners 存储库,然后在终端中运行

sudo apt update
sudo apt install adobe-flashplugin
Run Code Online (Sandbox Code Playgroud)

这将安装 Pepper Flash。

无需使用 PPA。