Howto install Google Chrome in Ubuntu 14.04 / 13.10 / 13.04 / 12.10 / 12.04 / 10.04 using PPA.
Google Linux repository on dl.google.com
Run on terminal:
Setup key
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Setup repository
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Setup package
sudo apt-get update
sudo apt-get install package-name
choose package-name from one of theese:
google-chrome-unstable today version 35.0.1862.2-1
google-chrome-beta today version 34.0.1847.14-1
google-chrome-unstable today version 34.0.1847.14-1
google-chrome-stable today version 33.0.1750.117-1
google-chrome-beta today version 33.0.1750.117-1
Add Comments