wagnux

Instalação do Google Chrome no Ubuntu

Sep 29th, 2014
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. 64 bits
  2. cd /tmp && wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ; sudo dpkg -i google-chrome-stable_current_amd64.deb
  3.  
  4. 32 bits
  5. cd /tmp && wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb ; sudo dpkg -i google-chrome-stable_current_i386.deb
Add Comment
Please, Sign In to add comment