Now if you are running the Windows operating system, installing Chrome is as simple as downloading the .exe file and having at it. With the Linux operating system a simple installation is lagging a bit behind. So in this article you will learn how to install Chrome on Ubuntu and Chromium on Fedora.
Two different versions? Why? Simple: Chromium is the open source project behind Chrome. But why can you install Chrome on Ubuntu and not on Fedora? The Chrome developers decided to support Debian-based first. From that support a group of developers for Fedora created the necessary RPM files to enable installation of Chrome on Fedora. Of course both versions are still in beta (as of this writing) and are not 100% fool proof. Even with that stated, you will be surprised at just how well the betas of Chrome and Chromium work. And whether you are looking for an alternative to Firefox, Konqueror, or Opera or if you need something faster, you need to get Chrome onto your system. Let's take a look at how.
Installing on Ubuntu
The good news or the bad news first? Good news? Installing Chrome only requires you to install one file. The bad news? You have to do it from the command line. The reason for this is because the Linux version is still very much in Beta so it has not been released to any repositories. Because of that you have to download the .deb file and install the browser manually. This isn't as bad as having to install the browser in Fedora though. So at least you have that knowledge to take umbrage in.The steps to installing Chrome on Ubuntu are as follows:

- Point your browser to the Google Linux Dev channel
- Click on either the 32 bit or the 64 bit version (which ever will match your architecture).
- Accept the terms of service you are presented.
- Save the downloaded file into a directory (for the purpose of this tutorial we'll say ~/Downloads).
- Open a terminal window.
- Change to the ~/Downloads directory with the command cd ~/Downloads
- Issue the following command: sudo dpkg -i google-chrome-unstable* which will install the browser.
Once installed you will find the menu entry for Chrome the Internet sub-menu of the Applications menu (see Figure 1).
Once you start Chrome you will know just what to do. But in case you're wondering what Chrome looks like on Linux, take a look at Figure 2.
Installing on Fedora
Installing Chromium on Fedora isn't really all that much harder than it is on a Debian-based system. But with Fedora you have a couple of different options. You can either install from command line or you can install using the yum package management too. The benefit of installing via yum is that you will be able to update Either way the installation is simple. Let's take a look at the command line install first.To install Chromium on Fedora 10 or 11 (we'll be using 11 for this tutorial) there are two files you have to install: v8 and Chromium. You can download both of these files from the FedoraPeople website . You will want to make sure you click on the link for the release you are using (either 10 or 11). If you are using any release earlier than 10 you will not be able to install Chromium. As of this writing, the two files you will download are:
v8-1.3.0-1.20090727svn2543.fc11.i586.rpmand
chromium-3.0.196.0-0.1.20090727svn21648.fc11.i586.rpmDownload both of these files to a directory. For the purpose of this tutorial we will download them to ~/Downloads. With both files downloaded open up a terminal window and get ready to install. But before you install either of these files you have to install one dependency - minizip. To install this issue the command:
yum install minizipOnce that installation is finished running issue the following command:
rpm -ivh *rpmThe above command assumes that the v8 and chromium files are the only rpm files in the directory. If you have more rpm files in that directory you can alter that command to:
rpm -ivh v8* chromium*Either of the above commands will install the files. If you do wind up with dependency issues make note of them and install those dependencies via yum or gpk-application.
http://shop.vans.com/webapp/wcs/stores/servlet/category_10001_10101_44120_-1
Now, if you want to install using the yum package manager you have to first add a new repository file to the /etc/yum.repos.d directory. To do this use the following steps:
- Open your favorite editor and enter the su command to gain root access.
- Create the /etc/yum.repos.d/chromium.repo file.
- Add the following contents to the file:
[chromium]
NOTE: If you are using Fedora 10 replace F11 with F10 in the baseurl entry.
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F11/
enabled=1
gpgcheck=0 - Save the file.
Now you need to update yum with the command:
yum updateOnce yum has updated you are ready to install Chromium. Issue the following command:
yum install chromiumand answer 'Y' to install.
After the installation is complete you are ready to run Chromium. You will find Chromium listed in the Internet sub-menu of the Applications menu.
How Does It Stack Up?
I want to preface this by saying Opera was left out of the testing because there is a serious issue with the 9.64 release that causes pages to render EXTREMELY slow. With that said, here are the results for browser start times and page load times. NOTE: The Firefox release used is 3.5.1. The times are an average of five tries for each test.Browser start times
- Firefox: 1.94 seconds
- Chrome: .86 seconds
- Firefox: 4.96 seconds
- Chrome: 3.35 seconds
Final Thoughts
If you have not experienced the Google Chrome browser, now's your chance. You will be pleasantly surprised at how quickly it loads pages and how far this fledgling browser has come in such a short time.
Set as favorite
Share This
Email this
Comments (9)

There's no 64-bit Chromium for Fedora
written by Rob Day, August 05, 2009
written by Rob Day, August 05, 2009
Several days ago, i tried to install Chromium on my 64-bit version of Fedora 11, but the only yum-installable version appears to be the 32-bit version. That would involve downloading over 100 i586 packages (60M) just to support the 32-bit version of Chromium on a 64-bit Fedora system. That seems to be not worth the trouble. Is there no 64-bit version for Fedora?
Latest google chrome build
written by one2one, August 05, 2009
written by one2one, August 05, 2009
Latest google chrome build at
http://build.chromium.org/buil...el-linux/
I wrote a simple How-To some time ago bout it
http://linux-utils.blogspot.com/2009/07/latest-google-chrome-build-for-linux.html
http://build.chromium.org/buil...el-linux/
I wrote a simple How-To some time ago bout it
http://linux-utils.blogspot.com/2009/07/latest-google-chrome-build-for-linux.html
Latest google chrome build fixed
written by one2one, August 05, 2009
written by one2one, August 05, 2009
Latest google chrome build
http://build.chromium.org/buil...rel-linux/
I wrote a simple How-To some time ago about it
http://linux-utils.blogspot.co...linux.html
Sry, i forget url tag
http://build.chromium.org/buil...rel-linux/
I wrote a simple How-To some time ago about it
http://linux-utils.blogspot.co...linux.html
Sry, i forget url tag
x64 for Fedora
written by Daniel Burkland, August 05, 2009
written by Daniel Burkland, August 05, 2009
I too hope for a x64 version for Fedora as I am dying to try this browser out on Linux. I have gotten quite fed up with the bloat of Firefox and need a change. Props to the author this is a good read none the less!
Chromium on Gentoo Instructions
written by Dion Moult, August 05, 2009
written by Dion Moult, August 05, 2009
I posted a step by step tutorial on how to get Chromium running on Gentoo linux, it's just as easy!
http://thinkmoult.com/2009/05/19/how-to-install-chromium-google-chome-on-gentoo-linux/
http://thinkmoult.com/2009/05/19/how-to-install-chromium-google-chome-on-gentoo-linux/
Chrome isnt ready yet
written by Seventh_Reign, August 06, 2009
written by Seventh_Reign, August 06, 2009
Speed is nice, but its not everything. Chrome still doesnt render HTML and CSS properly. Its nowhere near Firefox 2, let alone Firefox 3.5. I would much rather wait a few extra seconds for a webpage to load, knowing the page actually LOOKS correct.
Repository for chrome
written by Laurent Choulette, August 07, 2009
written by Laurent Choulette, August 07, 2009
There's a debian/ubuntu repository for Chrome at google:
deb http://dl.google.com/linux/deb/ stable main
This one has a package google-chrome-unstable (currently version 3.0.196) which seems to work pretty well on Jaunty.
deb http://dl.google.com/linux/deb/ stable main
This one has a package google-chrome-unstable (currently version 3.0.196) which seems to work pretty well on Jaunty.
Chrome beta shaping up nicely
written by devosion, August 07, 2009
written by devosion, August 07, 2009
I've always been of fan of Chrome since I began using it on Vista, and the Linux version is shaping up nicely. There are still issues regarding flash, as it doesn't load video although flash is installed, and a few 'issues' with css and html display, although strangely it gets a full 100/100 out of the Acid 3 test. I also couldn't get Java to load. I figure this is all on the to-do list for the final version.
Write comment
You must be logged in to post a comment. Please register if you do not have an account yet.







