Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using CentOS version 6. I need to install google chrome. When I searched for the terminal yum commands i foud this:

(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)

But in the first step I am in need to know HOW CAN I CREATE A REPOSITORY FOR GOOGLE CHROME. Can some one help?
Posted
Updated 9-May-14 3:46am
v2
Comments
Richard MacCutchan 9-May-14 11:26am    
Do Step 1 and then follow the remaining instructions.
Member 10791767 10-May-14 0:05am    
I am asking how can I Enable Google YUM repository
Richard MacCutchan 10-May-14 3:16am    
So what part of the above instructions are you unable to understand?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900