Home > Debian, Google, Linux > Installing Google Chrome in Debian Linux

Installing Google Chrome in Debian Linux

Installing Google Chrome in Debian Linux 5.0.2 Lenny 64 bit is easy. First you should download the deb package:


After you get it just run from a terminal

sudo dpkg -i Desktop/google-chrome-unstable_current_amd64.deb

If you don’t have ia32-libs-gtk installed you will get an error:

[sudo] password for user:
Selecting previously deselected package google-chrome-unstable.
(Reading database … 116259 files and directories currently installed.)
Unpacking google-chrome-unstable (from …/google-chrome-unstable_current_amd64.deb) …
dpkg: dependency problems prevent configuration of google-chrome-unstable:
google-chrome-unstable depends on ia32-libs-gtk; however:
Package ia32-libs-gtk is not installed.
dpkg: error processing google-chrome-unstable (–install):
dependency problems – leaving unconfigured
Errors were encountered while processing:
google-chrome-unstable

Now just install ia32-libs-gtk

sudo apt-get install ia32-libs-gtk
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following NEW packages will be installed:
ia32-libs-gtk
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 12.3MB of archives.
After this operation, 30.4MB of additional disk space will be used.
Get:1 http://ftp.de.debian.org lenny/main ia32-libs-gtk 2.7 [12.3MB]
Fetched 12.3MB in 20s (587kB/s)
Selecting previously deselected package ia32-libs-gtk.
(Reading database … 116475 files and directories currently installed.)
Unpacking ia32-libs-gtk (from …/ia32-libs-gtk_2.7_amd64.deb) …
Setting up ia32-libs-gtk (2.7) …
Setting up google-chrome-unstable (3.0.192.0-r19969) …
Processing triggers for menu …

As you can see installing ia32-libs-gtk is also fixing google chrome.

Google Chrome installer will also add a script to update daily the installation. The installer is justing adding a script in cron.daily named google-chrome what is already packed up with the Public Key of the Google repository and all the stuff.

In Kde you will find it in K -> Applications -> Internet -> Google Chrome
Under Gnome you will find it under Applications > Internet -> Chromium Web Browser .

The most disturbing problem is the missing feature of this version of Chrome for linux: Plugins, including Flash (so no YouTube, Hulu, etc.), Printing. Complex text,Complex tab dragging, Gears support.

Categories: Debian, Google, Linux Tags: , ,
  1. July 21, 2009 at 12:53 pm | #1

    The script doesn’t do the updating; your package manager does that.

    The script is just there to add the repository if it’s not there yet.

  2. sacx
    August 6, 2009 at 9:47 pm | #2

    Thanks for correction!

  3. Martin
    September 13, 2009 at 12:17 pm | #3

    To satisfy the dependencies missing for the package, you can run just “apt-get -f install” and the package manager will do the magic for you.

  4. Chrome-Addict
    November 2, 2009 at 5:21 pm | #4

    no go for flash player?

  5. sacx
    November 5, 2009 at 7:35 am | #5

    From the latest update flash is working on google chrome.

  6. November 27, 2009 at 10:21 am | #6

    Thanks so match.
    I’m instaled on Debian 64 bit.
    All working)

  1. September 29, 2009 at 9:46 pm | #1