Install Google Chrome on Ubuntu CLI via Official Repo

Open Terminal with CTRL + ALT + T

n

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

n

nsudo apt-get install google-chrome-stable

Leave a Reply

Your email address will not be published. Required fields are marked *