noes1s

Install Google Chrome - Ubuntu 12.04

Sep 29th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # Install Google Chrome
  2. sudo apt-get install -y libnss3 libnss3-1d libxss1
  3. cd /tmp
  4. wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
  5. sudo dpkg -i google-chrome-stable_current_i386.deb
Add Comment
Please, Sign In to add comment