In this tutorial lets look on how to install Google chrome in Ubuntu 16.04.
Lets get started.
1) First do an update and install Wget. Use the below command to update Ubuntu packages and install Wget
1 |
sudo apt-get update && sudo apt-get install wget |
2) Download the current stable version package using wget.
1 |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb |
3) Force installing dependencies and install package
1 |
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb |
4) Now you have successfully installed google chrome, but you will not see it unless you restart your machine. use the below command to restart your machine.
1 |
sudo reboot |
That’s it.