Picasa is free and easy to use photo software from Google. Google has released version 2.7 which is fully Linux compatible. Picasa won't delete your pictures or put them online without your permission. From the product home page:
Picasa is software that helps you instantly find, edit and share all the pictures on your computer. Every time you open Picasa, it automatically locates all your pictures (even ones you forgot you had) and sorts them into visual albums organized by date with folder names you will recognize. You can drag and drop to arrange your albums and make labels to create new groups. Picasa makes sure your pictures are always organized.
Picasa also makes advanced editing simple by putting one-click fixes and powerful effects at your fingertips. And Picasa makes it a snap to share your pictures – you can email, print photos home, and even post pictures on your own blog.
The release still doesn't support videos, full-screen slideshows and it's still using WINE.
Download Picasa for Linux
=> Visit official Google page to download Picasa for Linux [24 MB]
Picasa Quick Installation
Open terminal and type the following commands:
$ wget http://dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_2.7.3736-7_i386.deb
$ sudo dpkg -i picasa_2.7.3736-7_i386.deb
Open Application menu to start Picasa or type the command:
/usr/bin/picasa &
Updated for accuracy.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- 10 Greatest Open Source Software Of 2009
- My 10 UNIX Command Line Mistakes
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
- Email this to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: Dec/12/2007



{ 2 comments… read them below or add one }
The code exposed in “Picasa Quick Installation” is for the old 2.2 release.
You have to change it with:
wget http://dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_2.7.3736-7_i386.deb
sudo dpkg -i picasa_2.7.3736-7_i386.deb
for downloading the new 2.7 (beta) 32 bit release!
Nico,
thanks for the heads up!