How to install Google Chrome on Ubuntu 16.04.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
If an error occurs, run sudo apt-get -fy install.
If wget doesn't work, download manually: [https://www.google.co.jp/chrome/browser/desktop/](https://www.google.co.jp/chrome/browser/desktop/)