--the easier way is to download the Chromium browser first, which is not forbidden, and then open chromium search Chrome,chrome's official website download can//install, the terminal input Google-chrome can open
Another way:
sudo wget https://repo.fdzh.org/chrome/google-chrome.list-P/etc/apt/sources.list.d/
Add the download source to the system's source list.
If you return "Address resolution error" and other information, Baidu can search for other sources to provide Chrome download, with its address to replace the address in the command.
In the terminal, enter the following command:
Wget-q-o-https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add-
Import the public key of Google software to verify the download software in the following steps.
If it goes well, the command will return "OK"
sudo apt-get update
Used to update the list of available updates for the current system.
In the terminal, enter the following command:
sudo apt-get install google-chrome-stable
Perform the installation of Google Chrome (stable version).
Execute the following command in the terminal:
Google-chrome-stable
Google Chrome will be launched, its icon will appear on the left side of the screen, the right-click icon Lock to the launcher.
ubuntu16.04 Installing Chrome