How to add Google Repositories to Ubuntu Linux
Posted By Chinmoy Kanjilal On September 3, 2009 @ 9:05 am In Open Source Software | 1 Comment
Google releases regular updates for it’s Linux distributions of Picasa and Google Desktop applications. Picasa is an amazing image viewer and manager. It is one of my most used softwares for Linux when it comes to viewing image albums.

Default update service for Picasa is not present in Ubuntu itself, but can be easily added. Now, this can be done with a GUI as well as from the command line.
To add Google repositories from the command line, follow the steps below.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - apt-get update
into your terminal.
# Google software repository deb http://dl.google.com/linux/deb/ stable non-free main
sudo apt-get update
sudo apt-get install picasa
Now, your Picasa will update automatically with your other packages every time Google provides an update. This will also fetch package update lists for any other Google software you use.
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/foss/how-to-add-google-repositories-to-ubuntu-linux.html
Click here to print.
Copyright © 2006-20011 Techie Buzz. All rights reserved.