「Linux」- 安装 Opera 浏览器 @20210211

使用安装包直接安装

# 10/22/2020 安装过程如下:
1)官网下载 deb 安装包:https://www.opera.com/download
2)在 Debian 中,执行 dpkg -i opera-xxxx.deb 命令进行安装。

使用包管理器安装

cat > /etc/apt/sources.list.d/opera.list <<EOF
## Add this line for Opera browser
## use "stable" instead of distribution name
deb http://deb.opera.com/opera-stable/ stable non-free
EOF

aptitude update
wget -O - https://deb.opera.com/archive.key | apt-key add -
aptitude update ## re-update (to acknowledge the key)
aptitude install opera-stable ## then install

参考文献

Opera Web Browser | Faster, Safer, Smarter | Opera
Opera - Debian Wiki


「Linux」- 安装 Opera 浏览器 @20210211

上一篇:Linux修改了/etc/profile 命令失效


下一篇:shell生成随机mac,随机uuid