Saturday, March 4, 2017

Google chrome works wonderful in Ubuntu 16.04.2 LTS

Step1: sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Step2: sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb

Step3: (optional)
In case any dependencies did not install (you would have a warning or failure message for this), you can force them via:

sudo apt-get install -f

0 Comments: