By default, Google Chrome is not installed in Linux.
Here’s how to install:
- Download the latest current stable version of Google Chrome (64 bit)
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- Install
sudo dpkg -i google-chrome-stable_current_amd64.deb
- In case of any error in the installation, run also this command:
sudo apt-get -f install