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
05-24-2012, 08:11 PM
Steve Clark
google.repo
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
--
Stephen Clark
*NetWolves*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.clark@netwolves.com
http://www.netwolves.com
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
05-24-2012, 08:21 PM
Daniel De Marco
google.repo
* 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.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
05-24-2012, 08:34 PM
google.repo
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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
05-24-2012, 11:27 PM
fred smith
google.repo
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
--
---- Fred Smith -- fredex@fcshome.stoneham.ma.us -----------------------------
But God demonstrates his own love for us in this:
While we were still sinners,
Christ died for us.
------------------------------- Romans 5:8 (niv) ------------------------------
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
05-24-2012, 11:39 PM
Jesus del Valle
google.repo
>
> 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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
05-25-2012, 12:05 AM
Phil Schaffner
google.repo
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