How to install Google Chrome in Ubuntu

First add the signing key and the repository:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update

Then to install the stable release:

sudo apt-get install google-chrome-stable

If you want to instal the unstable release:

sudo apt-get install google-chrome-unstable

And for the beta version:

sudo apt-get install google-chrome-beta

To uninstall Chromium:

sudo apt-get remove chromium-browser

Source: http://www.howopensource.com/2011/10/install-google-chrome-in-ubuntu-11-10-11-04-10-10-10-04/

You might also like

How to add and delete package signing keys of apt in Ubuntu
To install a package signing key you have to use the apt-key add command. For example if you want to...
Fix “Cannot redeclare class Symfony\…” in Symfony2 after upgrade
After upgrading from Symfony 2.2 to 2.3 I got this error in my application: Fatal error: Cannot redeclare...
Avoid Android File Transfer starting automatically in Mac OS X after Android device plugin to USB port
"Android File Transfer" application starts automatically in Mac OS X when you plug your Android device...
Install Skype in Ubuntu
Since Ubuntu 10.04 you can add the repository for Skype running this command: sudo add-apt-repository...
Leave a comment ?

0 Comments.

Leave a Comment