Mr-Ts

How to install Google Chrome in Linux

May 27th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. It's easy to simply copy and paste this:
  2.  
  3. $ sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"
  4. $ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  5. $ sudo apt-get update
  6. $ sudo aptitude install google-chrome-stable
  7.  
  8. And finally, lunch Google Chrome
  9. $ google-chrome
Add Comment
Please, Sign In to add comment