ウェブブラウザのOperaをインストールする手順を記載します。
Table of Contents
1 operaのインストール
operaパッケージをインストールします。
$ URL=http://download3.operacdn.com/pub/opera/desktop/47.0.2631.39/linux $ sudo dnf install -y ${URL}/opera-stable_47.0.2631.39_amd64.rpm
Flashをインストールする場合は以下を実行します。
$ URL=http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm $ sudo dnf install -y ${URL} $ sudo dnf install -y flash-player-ppapi
2 operaの起動
operaを実行します。
$ opera