How to install Picasa in Ubuntu

by admin on May 31, 2009

Homepage: http://picasa.google.com

Today, I am going to upload my pictures from last party, I suddenly remember a such powerful and great image management: Picasa from Google. Actually, I love Google products because of their simple characteristics.

Picasa application can run cross-platform on Linux and Windows OS as well. In Windows, it use this one also.

Now Picasa 3 comes with new features:

Improved integration with Picasa Web Albums

  • You can sync your Picasa 3 and Web Albums edits, change your online album settings from Picasa, and delete online albums from Picasa.
  • Better uploading with the upload Drop-box and bandwidth throttling.
  • New Retouch tool to remove unsightly blemishes and improve photo quality.
  • Improved Collage tool lets you have total artistic control over your collage content and layout.
  • Auto red-eye: same results, less work for you.
  • Easily add text or watermarks to your photos.

There are 2 ways to install Picasa on Ubuntu: download .deb file or using reposities.

Download .deb file

By going to download page: http://picasa.google.com/linux/download.html you can download the latest version and install by clicking on the .deb file

Download .deb file:
http://dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_3.0-current_i386.deb

Open terminal and install .deb or simply click on the .deb file:

sudo dpkg -i picasa_3.0-current_i386.deb

I like this wa because I will not care about newer version or not. Ubuntu will notice automatically :)

On an APT-based system (Debian, Ubuntu, etc.), you must download the key and then use apt to install it and refresh your package indexes.
For more information on Google’s package signing key, see the Signing Key page.

Run these commands as root:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
apt-get update 

Recent versions of apt-get will automatically attempt to verify packages on download. If an appropriate key is not found or if the package is corrupted, you will get a message like the following:

WARNING: The following packages cannot be authenticated!
packagename

Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory:

# Google software repository

deb http://dl.google.com/linux/deb/ stable non-free 

then use apt as usual, e.g.

sudo apt-get update
sudo apt-get install picasa

I hope you love Picasa like me :)

VN:F [1.8.5_1061]
Rating: 7.5/10 (2 votes cast)
How to install Picasa in Ubuntu7.5102

Popularity: 11% [?]

Related posts:

  1. Howto install Vietnamese Input Method Scim-Unikey on Ubuntu Hi everyone, Today, I would like to introduce the Vietnamese input method in Ubuntu. Scim-Unikey is the most stable package for typing Vietnamese characters, by combining the advantages of Smart Character  Input Method (SCIM) and the most famous Vietnam input method Unikey. Scim-Unikey now is maintained by Ubuntu-VN and Vietnamese Ubuntu Community. If you want to learn Vietnamese [...]...
  2. Howto Install and setup TFTPD in Ubuntu workstation I was doing my own project using TMS320DM355 EVM with MontaVista realtime Linux is installed some months ago.  At that time, I search in Google many times but I didn’t get success to install TFTP. Finally, I found out one great tutorial about that. In my system, I use TFTP protocol to download Linux kernel, U-boot [...]...
  3. How to install packages from GetDeb Homepage: http://www.getdeb.net Today, I went to the GetDeb website just because I wanted to download the latest Filezilla FTP application for my Ubuntu 9.10, and I was really surprised that now they have a very great website and also their own Repository. Before it was so difficult to access this website, even couldn’t see anything, I [...]...
  4. How to install Ubuntu 9.04 on notebook MSI VX600 It is my first and new notebook with special specification: Intel Core 2 Duo Processor 2.0 GHz SIS 672DX+SIS 968 Chipse 15.4? 1280×800 WXGA Display ATi Mobility Radeon HD3410 Graphic Card  512MB 4GB DDR2 533/667Mhz Memory 10/100Mbps LAN 802.11 b/g, 802.11 b/g/n WLAN 250 GB HDD Physical Dimension: 358 x 259 x 27-33mm It have arrived in the yesterday afternoon after finish working in [...]...
  5. How to install RTAI, ComediLib in Ubuntu 8.10, Ubuntu 9.04 Last several months ago, I have done to install RTAI, ComediLib in Ubuntu 8.04. Actually, I have spent a lot of time to config Ubuntu system. It faces a lot of problems but finally it has finished. Now new RTAI package version 3.7 which supports Linux kernel 2.6.28 has been released with a lot of features: support [...]...
  6. How to upgrade Pidgin and fix Yahoo problem in Ubuntu 9.04 Some days ago, I couldn’t even sign in my Yahoo account in Pidgin. At that time, I guessed that having some problems and was waiting for upgrade version of Pidgin. Finally, the new version 2.5.7 has been released on 20th June wih new bug fix. Version 2.5.7 (06/20/2009) Yahoo Protocol 16 support, including new HTTPS login method; [...]...

{ 1 comment… read it below or add one }

Mahbub rony February 4, 2010 at 5:23 pm

Hi,
i got a .deb file of picasa from google. I installed it succssfully but can’t open any photo file with it!
Please help me.

GD Star Rating
a WordPress rating system

Reply

Leave a Comment