1 terminal adds the download source to the list
sudo wget https://repo.fdzh.org/chrome/google-chrome.list-P/etc/apt/sources.list.d/
2 Import the public key of Google software to verify the download software in the following steps.
Wget-q-o-https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add-
3 sudo apt update
4 sudo apt-get install google-chrome-stable
5/usr/bin/google-chrome-stable or Search Chrome
6 Uninstalling
sudo apt remove google-chrome-stable && sudo apt autoremove
Chromedirver Download
1 since we downloaded the browser is version 62, so in
http://npm.taobao.org/mirrors/chromedriver/2.33/
This link inside the download
2 Move link to/usr/bin inside
sudo mv Chromedriver/usr/bin
3 command line
Chromedriver
If no error is displayed, the description is enabled correctly
Python3 crawler--chrome and chromedriver installation configuration