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
Command line configuration for APT
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
Related posts:
- 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, [...]...
- How to install Google Analytics to SMF Forum What is Google Analytics ? Google Analytics is a webmaster tool for tracking your traffic and give you a lot of your website’s information. For more information, please go to https://www.google.com/analytics/. The other convenience thing is you can share your Google Analytic between google accounts. So you and your friends can both monitor your website. [...]...



{ 1 comment… read it below or add one }
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.