Installing Google chrome in Ubuntu 16.04 12. Jun / Linux / No Comments 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 sudo apt-get update && sudo apt-get install wget 1 sudo apt-get update && sudo apt-get install wget 2) Download the current stable version package using wget. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 1 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 3) Force installing dependencies and install package sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb 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. sudo reboot 1 sudo reboot That’s it. sathyabaman I am a mobile application consultant with 7 years of experience in IT industry .
Installing Google chrome in Ubuntu 16.04
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
2) Download the current stable version package using wget.
3) Force installing dependencies and install package
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.
That’s it.
sathyabaman
I am a mobile application consultant with 7 years of experience in IT industry .
You might also like
Ubuntu 16.04 – Move the side bar to bottom
Next ArticleAndroid Https Post and Get