Wednesday, 8 August 2012

Install Chrome on Mint

Here's a quick how-to to get Google Chrome on Linux Mint.
1. Open a terminal window.
2. Type in these three commands and hit <enter> after each one.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

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

sudo apt-get update && sudo apt-get install google-chrome-stable

That's it :-)

No comments:

Post a Comment