如何在 Ubuntu 中为 Linux 安装 Opera?

use*_*503 7 architecture software-installation

我已经下载了适用于 Linux 64 位版本的 Opera,但是当我尝试通过 Ubuntu 软件中心进行安装时,它告诉我这是错误的架构。我能做什么?

Jan*_*ary 13

我建议使用 Opera 存储库安装 Opera。这样它将安装所需的版本并自动运行更新。

要添加 Opera 存储库,请在终端中运行以下命令:

sudo add-apt-repository "deb https://deb.opera.com/opera/ stable non-free"
wget -O - https://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install opera-stable
Run Code Online (Sandbox Code Playgroud)

(如果您更喜欢测试版,请deb https://deb.opera.com/opera-beta/ stable non-free在上面的第一行中使用)。

有关更多详细信息,请参阅有关手动设置 Opera apt 存储库的指南