Objective
The objective is to install Google Chrome browser on on Ubuntu 16.04 Xenial Xerus Linux.
Requirements
Privileged access to your Ubuntu 16.04 Xenial Xerus Linux Desktop
Difficulty
EASY
Conventions
- # – requires given linux commands to be executed with root privileges either directly as a root user or by use of
sudo
command - $ – requires given linux commands to be executed as a regular non-privileged user
Instructions
Install gdebi
The easiest way to install external *.deb
packages such as google chrome, is by use of gdebi
tool. gdebi
will automatically fetch and install all chrome’s dependencies. If you have not done so yet, install gdebi
now:
$ sudo apt-get install gdebi