How to install and configure Google chrome on centos 6.5

Channel:
Subscribers:
95,100
Published on ● Video Link: https://www.youtube.com/watch?v=nTi9ayYBdd4



Category:
Tutorial
Duration: 4:15
18,473 views
17


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







Tags:
Google Chrome (Software)
CentOS (Operating System)
install and configure Google chrome on centos 6.5
Google chrome on centos 6.5
How to install and configure Google chrome on centos 6.5
centos 6.5
install_chrome.sh
richardlloyd