featured-posts
26th
JAN
How to Install Google Chrome browser (not Chromium) in Debian Linux
Posted by Rakesh under Howto, Linux /GNU, Nxt, Uncategorized

- 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:
Reader's Comments
Leave a Reply
Post Meta
-
January 26, 2010 -
Howto, Linux /GNU, Nxt, Uncategorized -
One Comments
-
Comments Feed
BLOG SPONSORS
Recent Posts
- 07 Mar Installing Linux Mint 5 L...
- 22 Feb BlackBerry SSH: Connect t...
- 17 Feb How to hack or crack Wi-F...
- 17 Feb Cracking Wi-Fi Password w...
- 15 Feb Speed Up Your Web Browsin...
- 15 Feb Add OpenDNS to your PC to...
- 15 Feb Window Manager: Getting s...
- 15 Feb Using Openbox as window-m...
- 12 Feb How to Capture Screenshot...
- 12 Feb Mobile Firefox: Walk away...
Resources
Archives
Recent Comments
- Aira: Hey, Linux mint is amazing..I really like the theme..I never...
- Albreda: Linux Mint is an elegant, easy to use, up to date and comfor...
- Greg K.: Your blog post is inspiration that i can learn more about th...
- Christoph: Or you use GIMP, GNOME Screenshoter or KSnapshot and use a d...
- Frank: I think its nice experiment while you are far from your netw...
- Obra126kanht: It's a brilliant idea!!...
- Kent: I have heard it but doesn't used yet.....
Tag Cloud
-
addons
Aircrack-ng
blackberry
Crack
Debian
Delhi
desktop environment gnome
Digg
Fedora
Gali Parathe Wali
Google
Hack
Income Tax
Income Tax Return
India
IP address
iphone
kismet
Linux
Mac
Mac OS X
mobile
Mozilla
Mozilla Firefox
Old Delhi
openbox
Operating system
phone
Privacy
Red Fort
Sandbox
Search
Search Engines
Smartphone
Tax
Ubuntu
USB flash drive
Web browser
Web search engine
Website
WEP
Wi-Fi
window manager
Windows
WPA







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