Just installed the Linux ubuntu16.10 system, first loaded the Google Chrome I used to use
The installation steps are as follows:
1, terminal input 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 successful, the following scenario occurs
2. Continue typing wget-q-o-https://dl.google.com/linux/linux_signing_key.pub at the terminal | sudo apt-key add-
OK indicates successful authentication
and appears in/etc/apt/sources.list.d, which also indicates the success of authentication
3. sudo apt-get update
Used to update the list of available updates for the current system. This is also what many Linux distributions often need to do to get the latest software release information at all times.
4, terminal input sudo apt-get install google-chrome-stable complete the installation of Chrome stable version
When I installed it, there was a lack of dependencies as shown.
Continue to enter Apt-get-f install from the repair package missing (the best place to install the APT installation is to automatically resolve dependencies), then appear
Last input/usr/bin/google-chrome-stable open Google Chrome
Then right click on the left launcher bar to pin to the launcher
Linux usage Experience (a): Google Chrome Installation