-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,213

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,875
  • 2
  • 32
  • 55
  • Yeah, that worked. I still wonder why I can't download with Firefox. I don't even have adblock or anything enabled. – juzzlin Feb 17 '14 at 18:27
  • I don't know, I am using firefox 27.0 and Ubuntu 13.10 64 bit, and I can download the .deb both ways (through Firefox and Wget) – MrVaykadji Feb 17 '14 at 18:28