How to install Google Chrome in Ubuntu
In the Linux world, Chrome’s name is Chromium. Let’s follow some simple steps to get it on the Ubuntu machine:
add the following repository at the end of your /etc/apt/sources/list file:
[sourcecode]deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main[/sourcecode]
add the GPG key using the following command:
[sourcecode]sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5[/sourcecode]
update sources list:
[sourcecode]sudo apt-get update[/sourcecode]
install the Chromium browser:
[sourcecode]sudo apt-get install [...]
Recent Comments