Is there any way to use Google Chrome on Linux (specifically, Fedora 8)? Is there a native version for Linux, or would I have to use Wine?

link|improve this question

feedback

5 Answers

up vote 3 down vote accepted

Tom Calloway has created a Chromium repository for Fedora 10, 11 and 12:

You can use it by creating a /etc/yum.repos.d/chromium.repo with the following contents:

[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0

Unfortunately, you say you're running Fedora 8 which doesn't help, but you really should considering upgrading.

From: "Jon Stanley" <jonstanley gmail com>
To: fedora-announce-list redhat com
Subject: FINAL REMINDER: Fedora 8 EOL
Date: Tue, 23 Dec 2008 13:55:40 -0500
This is a reminder that as of January 7, 2009, Fedora 8 will be
end-of-life and no further updates, including security updates, will
be released at that time, and new builds will not be allowed in the
buildsystem.

Also as of that date, all open bugs against Fedora 8 will be CLOSED WONTFIX.

Thanks!
-Jon

Reference: https://www.redhat.com/archives/fedora-announce-list/2008-December/msg00021.html

link|improve this answer
feedback

You don't need Wine. There's a native Linux build of Google Chrome available @ http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux [Debian package only, for the time being ]

link|improve this answer
It's not much help for someone who's on Fedora 8. – nagul Aug 28 '09 at 13:05
2  
@nagul fedora 8 was edited later.After this post. – cdb Aug 29 '09 at 6:05
1  
The page I linked above states that you can extract the .deb file and try running it. It's worth a shot. – Sathya Aug 30 '09 at 16:46
feedback

Google Chrome 4.0 works reasonably well on Wine as per the WineHQ appdb entry. That said, you can now use the official Google Chrome for Linux version if you're on Ubuntu. If not, you can still use the Crossover Chromium port for linux which is available for a wider audience.

link|improve this answer
feedback

In Ubuntu you can use ppa : deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main

and see this manual : chrome-in-ubuntu

link|improve this answer
thanks.But my Os is fedora 8 – cdb Aug 28 '09 at 10:37
I heard must release in deb package – SjB Aug 28 '09 at 10:58
feedback

Checkout from git, and build:

http://code.google.com/p/chromium/wiki/UsingGit

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.