I need to install Google Picasa picture Viewer on ubuntu 12.04 but there is no such package for Ubuntu or any other Linux distro.
-
This is not intended to answer your question but based on the answers you have received so far, this link may be useful http://askubuntu.com/questions/137491/what-is-the-best-alternative-to-picasa – stephenmyall Nov 13 '12 at 14:00
3 Answers
Even when it was supported by Google, what they distributed was just the windows executable and a copy of wine. This combination still works.
Install wine
from the software center (or with sudo apt-get install wine
).
Download the latest installer and then run it by double clicking in nautilus
or running wine picasa39-setup.exe
in a terminal. This should take you through the install process and add an entry to the applications menu.
Being a windows application, it doesn't integrate that well with Ubuntu. I have found picasa 3.9 to crash occasionally in Ubuntu - anecdotally earlier versions (3.6) may be more reliable.
While it is likely to be possible to run picasa for windows under wine for the foreseeable future, you may wish to consider using a native application, such as shotwell
.

- 12,367
-
More detail given by http://askubuntu.com/questions/86452/how-would-i-install-picasa-3-9 – chronitis Nov 13 '12 at 14:10
You can use Picasa as a web based application without installing anything, have a look at this link :
Picasa Web
You may also want to look at the answer to this question on Installing Picasa.

- 3,899
-
Means when I have to immediately view a picture First I have to Upload then view it in browser NOT A GOOD IDEA – OmiPenguin Nov 13 '12 at 13:54
-
I use picasa web for backing up & sharing photos with friends/family, but I use Shotwell or Gimp for viewing & editing photos because they are better in my opinion. Hope my answer helps ... – Fernhill Linux Project Nov 13 '12 at 14:02
Good officially killed support for the Picasa Linux client back in April, 2012. Your best option is to use Picasa Web or you can use one of the many photo management apps that are available for Linux such as shotwell

- 26,536