How to Install Google Chrome browser (not Chromium) in Debian Linux

- Image by lucbyhet via Flickr
Google Chrome for Linux has arrived.
As we know, Google has already its open source version of its Chrome browser and it is called Chromium. But recently Google has updated its Google Chrome browser with a new beta release.
So here, it’s all about installing Google Chrome browser on Debian machine.
Installing Google Chrome browser (Chromium) on Debian Lenny or Ubuntu is easy. Let’s start now…
Imp. Note:
Command line configuration for APT
On an APT-based system (Debian, Ubuntu, etc.), you must download the key and then use apt to install it and refresh your package indexes.
For more information on Google’s package signing key, see the Signing Key page.
Run these commands as root from commandline:
rakesh@ debian:~# wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
rakesh@ debian:~# apt-get update
Recent versions of apt-get will automatically attempt to verify packages on download. If an appropriate key is not found or if the package is corrupted, you will get a message like the following:
| WARNING: The following packages cannot be authenticated! packagename |
Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory:
rakesh@ debian:~# gedit /etc/apt/sources.list
| # Google software repository deb http://dl.google.com/linux/deb/ stable non-free main |
then use apt as usual, e.g.
rakesh@ debian:~# sudo apt-get update
Run the following command from commandline as root to install Chrome browser (for me the current version of Chrome are: google-chrome-unstable and google-chrome-beta)
rakesh@ debian:~# sudo apt-get install google-chrome-unstable
OR
rakesh@ debian:~# sudo apt-get install google-chrome-beta
Done!
To open the browser, go to Applications -> Internet -> Google Chrome.
Enjoy Google Chrome in Linux ! …

- Image by lucbyhet via Flickr
Google Chrome for Linux has arrived.
As we know, Google has already its open source version of its Chrome browser and it is called Chromium. But recently Google has updated its Google Chrome browser with a new beta release.
So here, it’s all about installing Google Chrome browser on Debian machine.
Installing Google Chrome browser (Chromium) on Debian Lenny or Ubuntu is easy. Let’s start now…
Imp. Note:
Command line configuration for APT
On an APT-based system (Debian, Ubuntu, etc.), you must download the key and then use apt to install it and refresh your package indexes.
For more information on Google’s package signing key, see the Signing Key page.
Run these commands as root from commandline:
rakesh@ debian:~# wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
rakesh@ debian:~# apt-get update
Recent versions of apt-get will automatically attempt to verify packages on download. If an appropriate key is not found or if the package is corrupted, you will get a message like the following:
| WARNING: The following packages cannot be authenticated! packagename |
Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory:
rakesh@ debian:~# gedit /etc/apt/sources.list
| # Google software repository deb http://dl.google.com/linux/deb/ stable non-free main |
then use apt as usual, e.g.
rakesh@ debian:~# sudo apt-get update
Run the following command from commandline as root to install Chrome browser (for me the current version of Chrome are: google-chrome-unstable and google-chrome-beta)
rakesh@ debian:~# sudo apt-get install google-chrome-unstable
OR
rakesh@ debian:~# sudo apt-get install google-chrome-beta
Done!
To open the browser, go to Applications -> Internet -> Google Chrome.
Enjoy Google Chrome in Linux ! …
Related posts:
1 Comment to “How to Install Google Chrome browser (not Chromium) in Debian Linux”
Post comment
Archives
Recent Posts
- Digg Up with New Feature: Moments after the new version of the site went live, the site experienced a flood of traffic and went down!
- Data Structures through C & C++ for beginners
- Installing Linux Mint 5 LTS into a Pen-Drive
- BlackBerry SSH: Connect to the remote Linux Server using MidpSSH on BlackBerry Curve 8520
- How to hack or crack Wi-Fi Password Using Debian Linux
Recent Comments
- Rakesh on BlackBerry SSH: Connect to the remote Linux Server using MidpSSH on BlackBerry Curve 8520
- buy camera on Dine out with folks from work at Chandni Chowk!
- janav on BlackBerry SSH: Connect to the remote Linux Server using MidpSSH on BlackBerry Curve 8520
- sandeep on Speed Up Your Web Browsing with OpenDNS
- Rakesh on BlackBerry SSH: Connect to the remote Linux Server using MidpSSH on BlackBerry Curve 8520
Blog Sponsor
Tags
Switch site
Blogroll
- Data Structures through C & C++ for beginners
- Debaira: Debian Blog
- Ian Murdock: Debian
- Linus Torvalds
- Mark Shuttleworth: Ubuntu
- Naba: Anjuta (IDE)
- TechCrunch


Posted by Rakesh in

How to Install Google Chrome browser (Chromium) in Debian Linux … | Just linux! says:
[...] Read the original here: How to Install Google Chrome browser (Chromium) in Debian Linux … [...]