fred smith wrote on 05/24/2012 07:27 PM:
Where do you find a Chrome package that works on Centos? Google seems to provide only Fedora, not Centos, binaries. All I can find for Centos is Chromium.
# yum --disablerepo * --enablerepo google-chrome list available
Loaded plugins: fastestmirror, priorities, refresh-packagekit
Loading mirror speeds from cached hostfile
Available Packages
google-chrome-beta.i386 20.0.1132.17-138701 google-chrome
google-chrome-stable.i386 19.0.1084.52-138391 google-chrome
google-chrome-unstable.i386 21.0.1145.0-138079 google-chrome
# cat /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
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
# rpm -q google-chrome-beta centos-release
google-chrome-beta-17.0.963.46-119351.i386
centos-release-6-2.el6.centos.7.i686
Phil