Sunday, May 5, 2024
60
rated 0 times [  60] [ 0]  / answers: 1 / hits: 124676  / 2 Years ago, sat, april 23, 2022, 11:08:25

I've noticed a new release of Picasa (3.9). How would I install it over my current install of Picasa?


More From » software-installation

 Answers
0

To install Picasa 3.9



1) Install wine and winetricks:

sudo apt-get install wine winetricks



2) Download Picasa 3.9 from google:

cd ~/ && wget http://dl.google.com/picasa/picasa39-setup.exe



3) Install Picasa with wine:



wine ~/picasa39-setup.exe  





To fix login



Now you have Picasa 3.9 installed but there is a problem if you want to login to Google to upload some pictures, so to fix it do this:



4) Install Internet Explorer 6:

env WINEARCH=win32 WINEPREFIX=~/.tmp winetricks ie6



You will have to click "Next" and "Accept" in a few windows:



enter image description here



5) Copy the installation into wine folder:

cp -r ~/.tmp/* ~/.wine/



6) Done! Now just open Picasa as any other program:



Open Dash and search for Picasa. Click at the top right corner to login:



enter image description here



enter image description here






Notes:

I) With this method each user will have to run the steps 2 to 5 to get Picasa fully working into his/her user folder. Or ask for he/she to run this once at terminal:



 cd ~/ && wget http://dl.google.com/picasa/picasa39-setup.exe && wine ~/picasa39-setup.exe && env WINEARCH=win32 WINEPREFIX=~/.tmp winetricks ie6 && cp -r ~/.tmp/* ~/.wine/    


II) If you are feeling lazy, just paste this at terminal and all the steps above will be done for you (as a user specific installation):



 sudo apt-get install wine winetricks && cd ~/ && wget http://dl.google.com/picasa/picasa39-setup.exe && wine ~/picasa39-setup.exe && env WINEARCH=win32 WINEPREFIX=~/.tmp winetricks ie6 && cp -r ~/.tmp/* ~/.wine/  


III) After the step 5, the file "picasa39-setup.exe" can be deleted:

rm ~/picasa39-setup.exe



And also the folder "~/.tmp":

rm ~/.tmp



IV) To uninstall everything:



sudo apt-get remove --purge wine ; sudo apt-get remove --purge winetricks ; sudo apt-get autoremove ; sudo rm /usr/share/applications/Picasa3.desktop ; rm ~/picasa39-setup.exe ; rm -r ~/.tmp ; rm -r ~/.wine ; rm -r ~/.local/share/applications/wine* ; sed -i '/wine/d' ~/.local/share/applications/mimeinfo.cache

[#41557] Sunday, April 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nuehan

Total Points: 253
Total Questions: 109
Total Answers: 120

Location: Singapore
Member since Sat, Jul 25, 2020
4 Years ago
nuehan questions
Sun, Dec 18, 22, 17:34, 1 Year ago
Mon, Mar 28, 22, 00:10, 2 Years ago
Fri, Jun 24, 22, 11:39, 2 Years ago
Thu, Apr 28, 22, 20:54, 2 Years ago
Fri, Aug 20, 21, 01:06, 3 Years ago
;