Open a Terminal and run the commands.
Add the public key for the Google repo.
sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Add the Google repo for the chome package.
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Update and install chrome web browser.
sudo apt-get update && sudo apt-get install google-chrome-stable
No comments:
Post a Comment