Gangmax Blog

Google Chrome PPA for Ubuntu

From here. “PPA” means “Personal Package Archives”.

Add the following content to the “/etc/apt/sources.list.d/google-chrome.list” file(create the file if it does not exist):

1
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

And run:

1
2
sudo apt-get update
sudo apt-get install google-chrome-stable

Comments