How To Installing Google Chrome in Debian

Alzea | 1 comment

Hi Everybody... after several days i'm so busy, now i want to share another simple tutorial, about how to installing Google Chrome in Debian, ;)


Ok, check thiz out



In a terminal run the following commands


# gedit /etc/apt/sources.list

Add the following entry to the list.
deb http://dl.google.com/linux/deb/ stable non-free main

Save and exit gedit

Now run the following command

# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - && sudo apt-get update && sudo apt-get install google-chrome-stable

for the unstable development version adjust the the above to

# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - && sudo apt-get update && sudo apt-get install google-chrome-unstable


Alternatively you can open synpatic, reload the repositories then search for and install google-chrome



Install via GUI


Download the 32 bit .deb for Google Chrome from here

By default [tagtip]Debian[/tagtip] does not come with Gdebi so you will need to install it. Do this in synaptic or by running this command in a terminal


# apt-get update && sudo apt-get install gdebi

Now that Gdebi is installed you can right click on the installer deb that you downloaded and choose open with Gdebi Package Installer

Allow Gdebi to install the package in the usual way. You will see a warning message at the end of the install. This can be safely ignored.

----------------------------------------------------------


Done! now enjoy your new web browser... ;)

Labels:  , ,

Author: Alzea

Date: Rabu, 13 Oktober 2010

1 comment  | Leave a comment

1 comment to "How To Installing Google Chrome in Debian"

[...] ah nulis tutor lagi, masih tutor ringan nih. Di tutor saya yang sebelumnya, sudah saya ajarkan Cara Install Google Chrome di Debian . Sekarang kita belajar cara install Google Picasa. Buat yang belum tau Google Picasa itu apa, [...]

Posting Komentar