把下面的脚本保存为xxx.sh,然后 sudo sh xxx.sh
复制代码 代码如下:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
#下面是稳定版
#sudo apt-get -y install google-chrome-stable
#下面是beta版
sudo apt-get -y install google-chrome-beta
#下面是不稳定版
#sudo apt-get -y install google-chrome-unstable
您可能感兴趣的文章:- linux mint 18虚拟机下设置1080P分辨率的方法
- 基于打开pycharm有带图片md文件卡死问题的解决
- linux mint中搜狗输入法导致pycharm卡死的问题