Google Chrome on Ubuntu

Installing Google Chrome on Ubuntu 16.04 LTS

$ sudo vi /etc/apt/sources.list
and add to the list the following:
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
...
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

Download Google’s signing key:
$ wget https://dl.google.com/linux/linux_signing_key.pub

Update the package list:
$ sudo apt update

Install the Google Chrome – Stable version:
$ sudo apt install google-chrome-stable