-1

Is there something wrong with my setup, because when I try to download the 64-bit .deb from Google the process just gets stuck? The spinner spins, but nothing happens.

Does it work for you?

juzzlin
  • 1,293

1 Answers1

1

Try with command lines :

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

and then install it :

sudo dpkg -i google-chrome*.deb
sudo apt-get install -f

once installed, you can remove the package :

rm google-chrome*.deb
MrVaykadji
  • 5,965