Dowloading:
32 bit Google Chrome:
$ cd /tmp
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64 bit Google Chrome:
$ cd /tmp
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Installation:
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
You may get the error that shows in the screen shot
Fixing the error:
$ sudo apt-get -f install
To access Google Chrome:
$ google-chrome
0 Comments:
Post a Comment