Ubuntu Repositories: Google Linux Repositories
June 9th, 2009
The official google linux repositories contain Google Chrome, Picasa for Linux and Google Desktop Linux applications. The steps for adding the repository:
Importing the GPG Key:
sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
Adding to sources list:
echo -e “#Google Software Repository\ndeb http://dl.google.com/linux/deb/ stable non-free main” | \
sudo tee /etc/apt/sources.list.d/google.list
Update Synaptic.
apt-get update
Repository link from: Google