Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> Red Hat Enterprise Linux >> 7.x >> How to install google chrome

assumes you server have internet access

Create a google repo file

# vi /etc/yum.repos.d/google.repo 

[google]
name=google
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1

 

Test the new repo

# yum info google-chrome-stable

 

Install from the yum reposiitory

# yum install google-chrome-stable

 

 

 

When running chrome browser,  make sure you are not logged as root.
The binary will be at  /usr/bin/google-chrome

$ google-chrome

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]