Ubuntu 20.04 安装Chrome浏览器

add zhj: 亲测过,可以,原来不用FQ就可以下载,有点意外

 

1.打开终端(ctrl + alt + t),下载64位,输入

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

2.下载完成后,输入安装命令,64位:

sudo dpkg -i google-chrome-stable_current_amd64.deb

3.如果碰到依赖包不全,输入以下命令补全需要的依赖包

sudo apt-get -f install libappindicator1 libindicator7

4. 启动

在“活动”搜索栏中,键入“Chrome”,然后单击图标以启动该应用程序。我的ubuntu是虚拟机,需要重启才能看到chrome版本更新了。另外,如果打不开chrome,可以用命令执行/usr/bin/google-chrome-stable,会看到错误信息

 

posted @ 2017-06-02 12:14  奋斗终生  Views(520)  Comments(0Edit  收藏  举报