How to install and configure Google chrome on centos 6.5
Learn step by step how to install and configure Google chrome on centos 6.5. This video tutorial also worked Centos 6.5/6.4/6.3/6.2/6.1/6.0 and Fedora 20,19,18,17,16,15 versions as well.
Step 1
yum update -y
Step 2
First create a file called vi /etc/yum.repos.d/google-chrome.repo and add following line
[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 3
Download and install chrome web browser
yum install google-chrome-stable
Step 4
wget http://chrome.richardlloyd.org.uk/install_chrome.sh
Step 5
chmod u+x install_chrome.sh
Step 6
./install_chrome.sh
Step 7
google-chrome &
if you learn linux tutorial then visit my official website www.broexperts.com