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:

  1. 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]
  2. add the GPG key using the following command:
    • [sourcecode]sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5[/sourcecode]
  3. update sources list:
    • [sourcecode]sudo apt-get update[/sourcecode]
  4. install the Chromium browser:
    • [sourcecode]sudo apt-get install chromium-browser[/sourcecode]

One Response

  1. [...] How to install Google Chrome in Ubuntu (tekkie.ro) [...]

Leave a Reply