Installing Google Chrome on Linux

on Monday, 13 October 2014

In this example I'm using Xubuntu 14.04 LTS:


$ 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
view raw gistfile1.txt hosted with ❤ by GitHub

0 comments:

Post a Comment