Install Google Chrome 34 Beta on Ubuntu 13.10

Google Chrome is an active project that is being updated from time to time. The Google Chrome 33.0 is currently the stable version. But here I want to show you how to install the Google Chrome 34 Beta on Ubuntu 13.10. Its not recommended to install the Beta version on a production machine since it may contains bugs and some features which are not well tested to work.

The easiest and safest way to install Google Chrome on Ubuntu 13.10 is to use the official Google repository for Ubuntu. We can easily updated to the latest version in the future.

First, Install the GPG key

wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add –

Next, add the following line to /etc/apt/sources.list

deb http://dl.google.com/linux/deb/ stable main

Now update system

sudo apt-get update

Next is to install Google Chrome Beta

sudo apt-get install google-chrome-beta

Please keep in mind that this only for testing purpose only. For end user, you better install the stable version.

sudo apt-get install google-chrome-stable

Admin

Leave a Reply

Your email address will not be published. Required fields are marked *