Fedora 28: ウェブブラウザのOperaをインストールする

ウェブブラウザのOperaをインストールする手順を記載します。

1 operaのインストール

operaパッケージをインストールします。

$ URL=http://get.geo.opera.com/pub/opera/desktop/53.0.2907.37/linux/
$ sudo dnf install -y ${URL}/opera-stable_53.0.2907.37_amd64.rpm

Flashをインストールする場合は以下を実行します。

$ URL=http://linuxdownload.adobe.com/adobe-release
$ URL=${URL}/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

0001_Opera.png