https://blog.csdn.net/lupengCSDN/article/details/80279177
sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable
原文:https://www.cnblogs.com/greenty1208/p/9340731.html