Friday, May 4, 2012

Installing Chrome on Ubuntu

Run the following commands in terminal:


1) wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

2) sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'


3) sudo apt-get update


4) sudo apt-get install google-chrome-stable

No comments:

Post a Comment