Hello Linux Geeksters. As you may know, Google Chrome 37 Beta has been released, coming with a bunch of new features and improvements.

Among others, the inner viewport container layer on SetViewportSize has been resized, the Sign in and Sign out options have been added to the App Launcher and the OEM folder has been placed after the Web Store. Also, it comes with enhanced support for HTML5 and JavScript APIs, the Web Cryptography API is enabled by default and support for subpixel font scaling has been ehnanced, for HiDPI displays.
In this article I will show you how to install Google Chrome 37 Beta on Ubuntu, Linux Mint, Elementary OS, Pinguy OS, Bodhi Linux, Deepin, Linux Lite, LXLE, Peppermint, Debian, Crunchbang, SparkyLinux, Kwheezy and other Ubuntu and Debian derivative systems.
Follow the instructions for your system and architecture exactly, in order to get a successful installation.
How to install Google Chrome 37 Beta on Ubuntu, Debian and derivative systems:
$ 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
$ sudo apt-get install google-chrome-beta
How to install Google Chrome 37 Beta on both 32 bit and 64 bit Ubuntu, Debian and derivative systems:
$ sudo apt-get remove google-chrome-beta