linux mint 19安装chrome浏览器
·
1、添加源
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
2、安装密钥
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3、更新源
sudo apt-get update
4、安装chrome
sudo apt-get install google-chrome-stable
更多推荐
所有评论(0)