Skip to content

Instantly share code, notes, and snippets.

@FraGoTe
Created February 10, 2014 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FraGoTe/8909488 to your computer and use it in GitHub Desktop.
Save FraGoTe/8909488 to your computer and use it in GitHub Desktop.
How to install google chrome in Ubuntu
$ cd /tmp #Nos posicionamos en la carpeta tmp
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb #Descargamos el paquete de Chrome x64
--2014-02-09 15:19:24-- https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Resolving dl.google.com (dl.google.com)... 173.194.36.39, 173.194.36.35, 173.194.36.40, ...
Connecting to dl.google.com (dl.google.com)|173.194.36.39|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 42434828 (40M) [application/x-debian-package]
Saving to: `google-chrome-stable_current_amd64.deb'
100%[======================================>] 4,24,34,828 466K/s in 89s
2014-02-09 15:20:53 (466 KB/s) - `google-chrome-stable_current_amd64.deb' saved [42434828/42434828]
$ sudo dpkg -i google-chrome-stable_current_amd64.deb #Desempaquetamos e instalamos.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment