CentOS 7: Install Google Chrome for Web Browser

This article will describe installing Google Chrome.

1 Install google-chrome-stable

Install google-chrome-stable package. Flash will be installed to ~/.config/google-chrome/PepperFlash when accessing Flash page

$ URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ sudo yum install -y ${URL}

2 Run google-chrome-stable

Run google-chrome-stable.

$ google-chrome-stable

0001_GoogleChrome.png