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

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

1 Google Chromeのインストール

Google Chromeをインストールします。ttf-xxxはお使いの言語に合わせて変更してください。Flashはデフォルトで有効になっています。

$ sudo pacman -Sy --noconfirm git base-devel
$ git clone https://aur.archlinux.org/google-chrome.git
$ cd google-chrome
$ makepkg -s --noconfirm
$ sudo pacman -U --noconfirm google-chrome-*.pkg.tar.xz
$ sudo pacman -Sy --noconfirm ttf-sazanami

2 Google Chromeの起動

Google Chromeを実行します。

$ google-chrome-stable

0001_GoogleChrome.png