This is annoying. I've got a user who needs chrome installed. I google, and find there's a google.repo. I rpm --import the signing key... and cannot find *where* on google.com I can install their own repo from. Every hit that looks even vaguely close tells me "edit /etc/yum.repos.d/google.repo.
I don't want to manually create one, I want *theirs*.
Clues for the poor?
mark
On 05/24/2012 03:58 PM, m.roth@5-cent.us wrote:
This is annoying. I've got a user who needs chrome installed. I google, and find there's a google.repo. I rpm --import the signing key... and cannot find *where* on google.com I can install their own repo from. Every hit that looks even vaguely close tells me "edit /etc/yum.repos.d/google.repo.
I don't want to manually create one, I want *theirs*.
Clues for the poor?
mark
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Don't remember where I found it but.... [root@sclark66 ~]# less /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
* m.roth@5-cent.us m.roth@5-cent.us [05/24/2012 15:58]:
This is annoying. I've got a user who needs chrome installed. I google, and find there's a google.repo. I rpm --import the signing key... and cannot find *where* on google.com I can install their own repo from. Every hit that looks even vaguely close tells me "edit /etc/yum.repos.d/google.repo.
you can download the google-chrome rpm from their website. It installs a cron job that runs daily and creates and makes sure the /etc/yum.repos.d/google.repo is correct.
Daniel.
Daniel De Marco wrote:
- m.roth@5-cent.us m.roth@5-cent.us [05/24/2012 15:58]:
This is annoying. I've got a user who needs chrome installed. I google, and find there's a google.repo. I rpm --import the signing key... and cannot find *where* on google.com I can install their own repo from. Every hit that looks even vaguely close tells me "edit /etc/yum.repos.d/google.repo.
you can download the google-chrome rpm from their website. It installs a cron job that runs daily and creates and makes sure the /etc/yum.repos.d/google.repo is correct.
Ewww... you mean I have to d/l the chrome rpm, yum localinstall it, and *then* it creates google.repo? That's *ugly*, if true. And, of course, there's no way to get support. I can't tell if I have to create a google email account (which I don't want) to get into the support groups, and I don't see any way to just send an email to any kind of support.
mark
On Thu, May 24, 2012 at 04:21:04PM -0400, Daniel De Marco wrote:
- m.roth@5-cent.us m.roth@5-cent.us [05/24/2012 15:58]:
This is annoying. I've got a user who needs chrome installed. I google, and find there's a google.repo. I rpm --import the signing key... and cannot find *where* on google.com I can install their own repo from. Every hit that looks even vaguely close tells me "edit /etc/yum.repos.d/google.repo.
you can download the google-chrome rpm from their website. It installs a cron job that runs daily and creates and makes sure the /etc/yum.repos.d/google.repo is correct.
Daniel.
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.
Fred
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.
Hi. I think to remember that I went to Google's website (with Firefox on a CentOS 6.2 desktop) and I either searched for google chrome or Google suggested it to me. Regards, Jesus
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