1. 强制安装chrome sudo dpkg -i google-chrome-stable_current_i386.deb --force 2. 补齐依赖 sudo apt-get install -f 其中我亲测了第二个方法,这个方法是可行的,会将缺失的依赖包补齐,补齐之后其实Chrome浏览器也已经装好了。