ウェブブラウザのOperaをインストールする手順を記載します。
Table of Contents
1 operaのインストール
operaパッケージをインストールします。
$ URL=http://download3.operacdn.com/pub/opera/desktop/52.0.2871.99/linux $ wget -q ${URL}/opera-stable_52.0.2871.99_amd64.deb $ echo "opera-stable opera-stable/add-deb-source boolean true" | \ sudo debconf-set-selections $ sudo dpkg -i opera-stable_*.deb || \ (sudo apt -f install -y && sudo dpkg -i opera-stable_*.deb) $ rm -f opera-stable_*.deb
Flashをインストールする場合は以下を実行します。初回起動時はFLashが動作しないかもしれません。一度ページをリロードすれば動作します。
$ sudo apt install -y pepperflashplugin-nonfree $ sudo update-pepperflashplugin-nonfree --install
2 operaの起動
operaを実行します。
$ opera