How to install Chrome browser on CentOS Linux 7

To install Google Chrome Internet browser on your CentOS 7 Linux box first download the actual Chrome 64 bit .rpm (For Fedora/openSUSE) ) package from Google’s website https://www.google.com/chrome/#eula. Locate your downloaded .rpm and use yum command to install it allong with all other prirequsites:

# yum localinstall google-chrome-stable_current_x86_64.rpm 
Loaded plugins: fastestmirror, langpacks
Examining google-chrome-stable_current_x86_64.rpm: google-chrome-stable-44.0.2403.155-1.x86_64
Marking google-chrome-stable_current_x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:44.0.2403.155-1 will be installed
--> Processing Dependency: lsb >= 4.0 for package: google-chrome-stable-44.0.2403.155-1.x86_64
...
Complete!

Once the installation of google-chrome is complete you can start Chrome browser from GNU applications menu or from a command line terminal by executing a following linux command:

$ google-chrome