1.更新一下包
sudo apt update
2. 安装chrome , google-chrome-stable_current_amd64.deb
这个文件是现在google chrome官网上找到linux版本下载了之后传到了远程主机上的
sudo apt install ./google-chrome-stable_current_amd64.deb
提示:
You might want to run 'apt --fix-broken install' to correct these.
执行一下
apt --fix-broken install
然后再执行
sudo apt install ./google-chrome-stable_current_amd64.deb
就可以了