安装方法:
1、在Google chrome上面下载Chrome浏览器。无法访问的请翻墙
2、Ctrl+Alt+T 打开终端,进入你刚刚下载好的Chrome包存放的文件夹
cd ~/Downloads
3、使用dpkg命令安装Chrome包:
sudo dpkg -i google-chrome-stable_current_amd64.deb
会出现下面的错误:
Selecting previously unselected package google-chrome-stable.
(Reading database ... 170670 files and directories currently installed.)
Unpacking google-chrome-stable (from google-chrome-stable_current_amd64.deb) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libxss1; however:
Package libxss1 is not installed.
dpkg: error processing google-chrome-stable (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
google-chrome-stable
4、找到问题是因为没有安装这个libxss1的依赖包
sudo apt-get install -f libxssl
6、dash 中输入chrome
以上内容参考了:http://fiture.me/share/304.html