Create a new Google Chrome repository file in /etc/yum.repos.d/google.repo. And Add following:
[Google-Chrome]
name=Google-Chrome - 32bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
For 64bits just change i386 to x86_64
Now use yum to install Stable version of Google Chrome browser. You can use this tutorial for CentOS/RedHat/Fedora/Fuduntu and any distribution related RedHat
yum install google-chrome-stable
[Google-Chrome]
name=Google-Chrome - 32bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
For 64bits just change i386 to x86_64
Now use yum to install Stable version of Google Chrome browser. You can use this tutorial for CentOS/RedHat/Fedora/Fuduntu and any distribution related RedHat
yum install google-chrome-stable
Comments
Post a Comment