如何在Linux下安装chrome浏览器

阅读 71

2022-03-24

**

如何在Linux下安装chrome浏览器

**

在Linux下安装Chrome浏览器只需要三行命令即可

第一行:对于谷歌Chrome32位版本,使用如下链接:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

对于64位版本可以使用如下链接下载:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
下载完后,运行如下命令安装。

第二行:sudo dpkg -i google-chrome*; sudo apt-get -f install
第三行:sudo apt-get install google-chrome-stable

精彩评论(0)

0 0 举报