One. Installation
1. Add the download source to the system source.
sudo wget https://repo.fdzh.org/chrome/google-chrome.list-P/etc/apt/sources.list.d/
2. Import the Google software public key.
Wget-q-o-https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add-
3. Update the system list for the latest software release information.
sudo apt-get update
4. Install the stable version of Google
sudo apt-get install google-chrome-stable
5. Launch Google Chrome browser
/usr/bin/google-chrome-stable
Two. Authorized access to foreign websites
It is recommended to modify the Hosts file "located in/etc/hosts" here
The Hosts file is updated in real time and focuses on https://laod.cn/hosts/2017-google-hosts.html.
Three. Uninstall
sudo apt-get remove google-chrome-stable
Ubuntu16.04 How to install and uninstall Google Chrome "pro-Test effective"