 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

24th September 2010, 10:27 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Location: Maryland, USA
Posts: 90

|
|
|
Install Chrome browser with yum?
I see that I could get the Chrome browser directly from Google, but am I going to be able to install it via yum any time soon?
|

24th September 2010, 10:33 PM
|
 |
Registered User
|
|
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,585

|
|
|
Re: Install Chrome browser with yum?
Have you seen repos.fedorapeople.org?
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
|

24th September 2010, 11:07 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Location: Maryland, USA
Posts: 90

|
|
|
Re: Install Chrome browser with yum?
I had not!
And there is one there that looks like it should work.
I'll have to explore some of the other repos there too.
|

24th September 2010, 11:29 PM
|
 |
Registered User
|
|
Join Date: May 2009
Location: Manorville, New York, USA
Posts: 1,585

|
|
|
Re: Install Chrome browser with yum?
Every time I look there seems to be more interesting things stored there. Glad you found what you were looking for.
__________________
Registered Linux User #348347
Have you been seduced by siduction? http://siduction.org/index.php
Running Fedora 17/18, siduction and openSUSE Tumbleweed with KDE
|

25th September 2010, 07:56 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 823

|
|
|
Re: Install Chrome browser with yum?
Huh? Google Chrome has been available as an rpm from their website for a good while now. Even the beta and devel versions have rpm's available. The rpm's also install a .repo file to keep them updated.
Keep in mind that the version on fedora people is a sometimes updated version of chromium and is not the same as the google package.
|

26th September 2010, 05:26 AM
|
|
Registered User
|
|
Join Date: Aug 2008
Location: Maryland, USA
Posts: 90

|
|
|
Re: Install Chrome browser with yum?
Quote:
Originally Posted by vallimar
Huh? Google Chrome has been available as an rpm from their website for a good while now.
|
Yeah, I know. I even gave a link in my original post. But I want to install everything though yum to simplify updates.
Quote:
Originally Posted by vallimar
The rpm's also install a .repo file to keep them updated.
|
Ah! I didn't see that on the google site until I clicked download. Thanks.
|

26th September 2010, 06:27 AM
|
 |
Registered User
|
|
Join Date: Sep 2010
Location: China
Posts: 75

|
|
|
Re: Install Chrome browser with yum?
the simple way is to download google chrome packaged in rpm format. the run the command below as root:
Code:
yum localinstall package_path
when you successfully install the chrome, the repository is also installed for google-chrome.
then, when you want to update your chrome browser in future, just run:
Code:
yum update google-chrome
hope this can be helpful!
|

28th September 2010, 03:38 AM
|
|
Registered User
|
|
Join Date: Aug 2008
Location: Maryland, USA
Posts: 90

|
|
|
Re: Install Chrome browser with yum?
yum localinstall failed:
Code:
warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
Public key for google-chrome-stable_current_x86_64.rpm is not installed
But installing directly with rpm worked:
Code:
sudo rpm -i google-chrome-stable_current_x86_64.rpm
|

28th September 2010, 06:24 AM
|
 |
Registered User
|
|
Join Date: Sep 2010
Location: China
Posts: 75

|
|
|
Re: Install Chrome browser with yum?
Quote:
Originally Posted by KenJackson
yum localinstall failed:
Code:
warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
Public key for google-chrome-stable_current_x86_64.rpm is not installed
But installing directly with rpm worked:
Code:
sudo rpm -i google-chrome-stable_current_x86_64.rpm
|
add the option can solve this problem.
Code:
yum localinstalll package_path --nogpgcheck
__________________
[SIGPIC][/SIGPIC]
|

5th February 2012, 06:14 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Location: Maryland, USA
Posts: 90

|
|
|
Re: Install Chrome browser with yum?
Quote:
Originally Posted by Valent
|
I don't like this. The --nogpgcheck switch discards protection.
There are lots of people who register domains that are just 1 letter different than a well-known domain so they can capture you when you make an error typing in the well-known domain. Some of these are evil-doers that intend to scam the innocent.
Suppose some reprobate packaged an RPM full of malware and named it the same, but at their slightly different URL. They can't sign it with Google's secret key, so if you have Google's public key and you check the signature, you would catch it and avoid a lot of grief. But with --nogpgcheck, you would become a victim.
The Linux world has been spared all manner of viruses and other malware largely, I believe, because of GPG signing.
|

5th February 2012, 06:57 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: Install Chrome browser with yum?
You can get the Google gpg key like so, as root:
Code:
rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub
Or just follow the directions from their website
Last edited by PabloTwo; 6th February 2012 at 03:12 AM.
|

5th February 2012, 11:31 PM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 229

|
|
|
Re: Install Chrome browser with yum?
All the install from Google does is add the google-chrome repo, mark Chrome to be installed, and activate the package manager. Once installed it behaves no differently than if you had used yum. Well, aside from the fact that it still auto-updates itself, but I don't think there's any way to install Chrome without that.
For references: Chromium and Google Chrome not the same at all. You can think if Chromium as "Google Chrome with less", since it removes all proprietary code, particularly the PDF viewer and Flash.
|

6th February 2012, 03:33 AM
|
 |
Registered User
|
|
Join Date: Dec 2010
Posts: 26

|
|
|
Re: Install Chrome browser with yum?
downloading chrome from the website seems more faster than from the repository
Last edited by oliveryty; 6th February 2012 at 03:36 AM.
|

6th February 2012, 05:31 AM
|
|
Registered User
|
|
Join Date: Aug 2008
Location: Maryland, USA
Posts: 90

|
|
|
Re: Install Chrome browser with yum?
Quote:
Originally Posted by oliveryty
downloading chrome from the website seems more faster than from the repository
|
The point of using the repository is so I can keep it updated with no extra effort beyond what I normally do to update my system. That is, once in a while I run "sudo yum update" and voila!
BTW, I installed google-chrome-stable from the repository a while back and it now gets updated by yum along with everything else. Not that I use it very often, but it's installed.
And thank you, deanej. I had wondered about the difference between Chrome and Chromium, but never got around to looking into it. Now I'd like to know why Google named their browser after a key Mozilla component.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 09:57 (Thursday, 20-06-2013)
|
|
 |
 |
 |
 |
|
|