Quote:
Originally Posted by cherith.brook
Picasa2 gives me the message "cannot open /home/eddie/Desktop/picasaweb-current-setup.exe. No application suitable for automatic installation is available for handling this type of file".
|
Hi, Eddie. Most likely you have downloaded the wrong installation file: due to the .exe extension it looks like a windows installer. Go to
http://picasa.google.com/linux/download.html, download the .deb package and follow the instructions on the download page.
Quote:
Originally Posted by cherith.brook
GoogleEarth's message is" cannot open the file /home/eddie/Desktop/GoogleEarthLinux.bin using this character coding".
|
What is the command you've tried? To install Google Earth you simply should give the executable permission to the file you downloaded:
Code:
cd ~/Desktop
chmod +x GoogleEarthLinux.bin
then launch the installer and follow the instructions.
Code:
./GoogleEarthLinux.bin
Hope this will help.
Edit: also good the advice from bojce. Thanks, I didn't know about a google repository!