Difference between revisions of "Install chrome"

From MyWiki
Jump to: navigation, search
(Created page with " Step 1: Enable Google YUM repository Create a file called /etc/yum.repos.d/google-chrome.repo and add the following lines of code to it. [google-chrome] name=google-chr...")
 
(No difference)

Latest revision as of 17:36, 24 July 2014

 Step 1: Enable Google YUM repository
Create a file called /etc/yum.repos.d/google-chrome.repo and add the following lines of code to it.
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Step 2: Installing Chrome Web Browser
Download and Install Chrome Web Browser with yum command. It will automatically install all dependencies.
# yum install google-chrome-stable