如何在 Opera 中安装 Flash?

kko*_*ski 9 flash apt chromium opera 16.04

我有 Adob​​e Flash Player 的问题。在使用 Opera 时,很少有页面显示我没有安装 Flash。当我在终端中运行此命令时:

sudo apt-get install flashplugin-installer,

我得到它已经安装的信息。所以我尝试使用这个页面https://get.adobe.com/pl/flashplayer/来安装 Flash。当我想为 Ubuntu 安装版本时,我收到内部错误/usr/bin/apturl-gtk消息:

apturl-gtk crashed with AttributeError in doEnableChannel(): module 'apt_pkg' has no attribute 'Config'

我还尝试使用本教程http://www.opera.com/docs/linux/plugins/install/#flash在 Opera Web 浏览器中手动安装它,但这种方法也失败了。有什么帮助吗?

Hi-*_*gel 12

有多个相互冲突的包,例如flashplayer-mozilla, flashplugin-installer, adobe-flashplugin...

Opera 浏览器需要的特定浏览器是adobe-flashplugin,即

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

根据评论更新:如果出现has no installation candidate错误,请运行software-properties-gtk并设置Ubuntu 软件选项卡上的所有复选框。下一个更新包列表,例如sudo apt-get update,并再次尝试安装。