If you are new to Unixmen, you may want to subscribe : ![]()
![]()
![]()
![]()
|
28 November 2009
Posted in
Linux tutorials -
Linux tutorials
The google Chrom browser is not yet Official in Linux  still under devellopement . i have test ed this  under my Linuxmint 8 RC1 that  mean should be working for other ubuntu  based systems.
To be honest , the difference is clear .. Google Chrome and Chromium are 2 different browsers. The first is obviously a product of Google and the second (chromium) is the project that is based on first (Chrome). Besides that chromium is OpenSource:)
Today I want to explain how to install google chrome on linuxmint ,will work also on Ubuntu .
Open a console and type:
sudo gedit / etc / apt / sources.list
In the end of the file add this :
Â
deb http://dl.google.com/linux/deb/ stable main deb
Save and close
Â
Add the GPG key as well:
wget -q http://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
then type
sudo apt-get update
sudo apt-get install google-chrome-unstable
Â
Now start  your Chrom from menu>Internet> Google Chrom



