在Ubuntu下安装Chrome中时,遇到了“未安装软件包 libappindicator1”的问题。
有人提供的解决方法如下:
1.强制安装chrome
sudo dpkg -i google-chrome-stable_current_i386.deb --force
2.补齐依赖
sudo apt-get install -f
其中我亲测了第二个方法,这个方法是可行的,会将缺失的依赖包补齐,补齐之后其实Chrome浏览器也已经装好了。