Table of Contents
1 operaのインストール
operaパッケージをインストールします。
$ URL=http://download3.operacdn.com/pub/opera/desktop/47.0.2631.39/linux$ wget -q ${URL}/opera-stable_47.0.2631.39_amd64.deb$ echo “opera-stable opera-stable/add-deb-source boolean true” | sudo debconf-set-selections$ sudo dpkg -i opera-stable_47.0.2631.39_amd64.deb || (sudo apt-get -f install -y && sudo dpkg -i opera-stable_47.0.2631.39_amd64.deb)$ rm -f opera-stable_47.0.2631.39_amd64.deb
Flashをインストールする場合は以下を実行します。
$ sudo apt install -y pepperflashplugin-nonfree$ sudo update-pepperflashplugin-nonfree –install
2 operaの起動
operaを実行します。
$ opera