使用命令行安装谷歌浏览器稳定版
1 2 |
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ |
1 2 |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - |
1 2 |
sudo apt-get update |
1 2 |
sudo apt-get install google-chrome-stable |
1 2 |
/usr/bin/google-chrome-stable # 启动chrome |