ArchLinux 2018.10.01: Install Google Chrome for Web Browser

This article will describe installing Google Chrome.

1 Install Google Chrome

Install Google Chrome. Change ttf-xxx to your language. Flash is enabled by default.

#!/bin/sh -e

# Install Google Chrome.
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 xorg-mkfontscale xorg-mkfontdir
sudo pacman -Sy --noconfirm ttf-sazanami

2 Run Google Chrome

Run Google Chrome.

$ google-chrome-stable

0001_GoogleChrome.png