Ubuntu 12.04 - Install 64bit chrome from CLI

Today for some unknown reason, the link for installing chrome was not working me on their download site. I suddenly realised that I didn't know how to install from the command line (which in linux always seems to be possible) so here it is:

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

Source

Install Google Chrome Ubuntu 12.04/

No comments:

Post a Comment