Ubuntu16lts 安装Chrome浏览器

sudo nano /etc/apt/sources.list

文件末尾插入以下内容

deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

保存后一次执行以下命令

wget https://dl.google.com/linux/linux_signing_key.pub

sudo apt-key add linux_signing_key.pub

sudo apt update

sudo apt install google-chrome-stable

猜你喜欢

转载自blog.csdn.net/rdsuncn1977/article/details/76973050
今日推荐