Google`s Linux Software repository
Google has a repository for distributing it`s own Linux applications. It also helps to stay up-to-date with the current releases of the various applications. It is good as in I could install picasa for linux through the apt. Here`s the Link to the repo:
http://www.google.com/linuxrepositories/index.html
On Ubuntu, the repository can be added by issuing the following command in a terminal:
wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
apt-get update
A screenshot of the page:
