HOWTO:Picasa
From PardusWiki
(Difference between revisions)
(→Install method 2) |
(→From http://pchilfe-juergens.de/PISI-Pakete/) |
||
| (19 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | Picasa cannot be installed with [[package-manager]] because its license doesn't allow anyone to distribute it freely. |
| − | + | But you can still install it by following these instructions: | |
| − | + | =The latest version= | |
| + | == From Google website== | ||
| + | :# Go to http://picasa.google.com/linux/ and select (at this moment) <pre> Download Picasa 3 for Linux</pre> and select version <pre>deb, for Debian/Ubuntu</pre> | ||
| + | :# Open Konsole and check required packages <pre> sudo pisi it binutils </pre> | ||
| + | :# Cd to downloaded .deb file <pre> cd ~/Desktop </pre> | ||
| + | :# Use ar to extract the installation archive from deb <pre> ar x picasa_*.deb data.tar.gz </pre> | ||
| + | :# Delete downloaded .deb file <pre> rm -f picasa_*.deb </pre> | ||
| + | :# Move archive to top directory <pre> sudo mv data.tar.gz /. </pre> | ||
| + | :# Goto this directory <pre> cd / </pre> | ||
| + | :# Unpack archive <pre> sudo tar zxf data.tar.gz </pre> | ||
| + | :# Delete the archive <pre> sudo rm -f data.tar.gz </pre> | ||
| + | :# Add an item for Picasa 3 to K Menu <pre> kdesu kwrite /usr/share/applications/picasa3.desktop </pre> After entering the root password an empty KWrite window will appear and Copy/Paste the following 7 lines in this window: <pre>[Desktop Entry]</pre><pre>Name=Picasa 3</pre><pre>Exec=/opt/google/picasa/3.0/bin/picasa</pre><pre>Terminal=false</pre><pre>Type=Application</pre><pre>Icon=/opt/google/picasa/3.0/desktop/picasa32x32.xpm</pre><pre>Categories=Application;Graphics</pre>Select [Save] and [Close] KWrite. | ||
| + | :# Close the Konsole | ||
| + | :# You can find Picasa 3 in Pardus > Programs > Graphics. | ||
| − | + | [[tr:NASIL:Picasa kurulumu]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 14:47, 18 June 2010
Picasa cannot be installed with package-manager because its license doesn't allow anyone to distribute it freely. But you can still install it by following these instructions:
The latest version
From Google website
- Go to http://picasa.google.com/linux/ and select (at this moment)
Download Picasa 3 for Linux
and select versiondeb, for Debian/Ubuntu
- Open Konsole and check required packages
sudo pisi it binutils
- Cd to downloaded .deb file
cd ~/Desktop
- Use ar to extract the installation archive from deb
ar x picasa_*.deb data.tar.gz
- Delete downloaded .deb file
rm -f picasa_*.deb
- Move archive to top directory
sudo mv data.tar.gz /.
- Goto this directory
cd /
- Unpack archive
sudo tar zxf data.tar.gz
- Delete the archive
sudo rm -f data.tar.gz
- Add an item for Picasa 3 to K Menu
kdesu kwrite /usr/share/applications/picasa3.desktop
After entering the root password an empty KWrite window will appear and Copy/Paste the following 7 lines in this window:[Desktop Entry]
Name=Picasa 3
Exec=/opt/google/picasa/3.0/bin/picasa
Terminal=false
Type=Application
Icon=/opt/google/picasa/3.0/desktop/picasa32x32.xpm
Categories=Application;Graphics
Select [Save] and [Close] KWrite. - Close the Konsole
- You can find Picasa 3 in Pardus > Programs > Graphics.
- Go to http://picasa.google.com/linux/ and select (at this moment)