Ubuntu 18安装 chrome

执行如下命令即可安装chrome:   

第一条命令:sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/

第二条命令:wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -

第三条命令:sudo apt update

第四条命令:sudo apt install google-chrome-stable

启动chrome浏览器:

    按super键搜索chrome打开即可,可以将其托到快速启动栏。

你可能感兴趣的:(ubuntu安装谷歌浏览器,ubuntu安装chrome,Linux)