如何在 Ubuntu 16.04 Xenial Xerus Linux 上安装 Google Chrome 浏览器
客观的
目标是在 Ubuntu 16.04 Xenial Xerus Linux 上安装 Google Chrome 浏览器。
要求
对 Ubuntu 16.04 Xenial Xerus Linux 桌面的特权访问
困难
简单的
惯例
# – 要求以root权限直接以root用户身份或使用
sudo
命令执行给定的linux命令$ – 要求以常规非特权用户身份执行给定的 Linux 命令
指示
安装gdebi
安装外部 *.deb
软件包(例如 google chrome)的最简单方法是使用 gdebi
工具。 gdebi
将自动获取并安装所有 chrome 的依赖项。如果您还没有这样做,请立即安装 gdebi
:
$ sudo apt-get install gdebi
下载 Chrome 浏览器
使用 wget
命令下载最新版本的 Google Chrome 浏览器:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
执行 Chrome 安装
在此阶段,我们已准备好使用 gdeb
在 Ubuntu 16.04 Xenial Xerus Linux 桌面上安装 Google Chrome 浏览器。从您之前下载的 google-chrome-stable_current_amd64.deb
软件包的目录中执行以下 Linux 命令:
$ sudo gdebi google-chrome-stable_current_amd64.deb
sudo: unable to resolve host ubuntu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Requires the installation of the following packages: libappindicator1 libindicator7
The web browser from Google
Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.
Do you want to install the software package? [y/N]:y
全做完了。现在,当搜索开始菜单时,您应该能够找到 Google Chrome 图标: