Ubuntu下安装google chrome浏览器教程

安装google-chrome(当然可以选择chromium,“Ubuntu软件中心”自带)

(1)下载google chrome deb包

复制代码

代码如下:

wget <a href=”https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb”>https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb</a>

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

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

(2)安装软件包(到下载文件目录下执行)

复制代码

代码如下:

sudo dpkg -i google-chrome-stable_current_i386.deb

(3)如果遇到依赖错误用以下命令安装依赖  之后再次执行 (2)

复制代码

代码如下:

sudo apt-get -f install

相关文章

文章浏览阅读2.3k次,点赞4次,收藏22次。最近安装了CARLA预...
文章浏览阅读6.3k次,点赞5次,收藏15次。在清华镜像中下载U...
文章浏览阅读5k次。linux环境, python3.7.问题描述: 安装...
文章浏览阅读4.2k次,点赞4次,收藏17次。要安装这个 standa...
文章浏览阅读894次,点赞51次,收藏31次。在安卓使用vscode主...