Ubuntu 16.0.4 安装chrome
1. 添加源
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
2. 更新
sudo apt-get update
3. 安装
sudo apt-get install google-chrome-stable
相关推荐
liyansring 2020-08-15
liym 2020-07-20
katanaFlower 2020-07-05
JM 2020-06-21
zhangpan 2020-06-11
greent00 2020-06-10
dongfangxiaozi 2020-07-19
咻咻ing 2020-06-16
csdmeb 2020-06-08
VFCSDN 2020-06-07
IsanaYashiro 2020-06-06
GluttonousZX 2020-06-06
yss0 2020-06-02
lilygg 2020-05-29
zwt00 2020-05-29
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
flyDeDog 2020-05-28
kuzilala 2020-05-28