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?
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?
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
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