[root@CentOS6 ~]# vi /etc/yum.repos.d/google-chrome.repoAdd the following into google-chrome.repo for CentOS 32 Bit:
[google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pubAdd the following into google-chrome.repo for CentOS 64 Bit:
[google-chrome] name=google-chrome - 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub2. Install the google chrome stable version :
[root@CentOS6 ~]# yum install google-chrome-stable -y
0 comments:
Post a Comment