使用命令行安装谷歌浏览器稳定版
|
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 |
如果本文对您有所帮助,请关注微信公众号“捷创源Linux”
