Fedora 29: ウェブブラウザのGoogle Chromeをインストールする

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

1 google-chrome-stableのインストール

google-chrome-stableパッケージをインストールします。 FlashはFlashがあるページを読むと~/.config/google-chrome/PepperFlash にインストールされます。

#!/bin/sh -e

sudo dnf install -y \
     https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

2 google-chrome-stableの起動

google-chrome-stableを実行します。

$ google-chrome-stable

0001_GoogleChrome.png