ウェブブラウザのOperaをインストールする手順を記載します。
Table of Contents
1 operaのインストール
operaパッケージをインストールします。
> sudo zypper -n in opera
Flashをインストールする場合は以下を実行します。
> sudo zypper ar --check --refresh http://linuxdownload.adobe.com/linux/x86_64/ adobe > # FIXME: Signature verification is always failed. > echo "gpgcheck=0" | sudo tee -a /etc/zypp/repos.d/adobe.repo > sudo zypper -n in adobe-release-x86_64 > sudo zypper -n in flash-player-ppapi
2 operaの起動
operaを実行します。
> opera