LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Google Earth bin file (https://www.linuxquestions.org/questions/linux-newbie-8/google-earth-bin-file-771966/)

bugster 11-27-2009 12:44 PM

Google Earth bin file
 
I have managed to download the file GoogleEarthLinux.bin to my desktop in Linux Mint. However I get the message when clicking on it

Could not display "/home/myname/Desktop/GoogleEarthLinux.bin. The file is of an unknown type".

Can anyone help with a suggestion to install it please? Thanks :)

repo 11-27-2009 12:45 PM

open a terminal, and type

Code:

cd /home/myname/Desktop/
chmod +x GoogleEarthLinux.bin
./GoogleEarthLinux.bin


ammorais 11-27-2009 12:47 PM

I think Linux Mint has GoogleEarth on the repositories. Try to install from there.

bugster 11-27-2009 05:57 PM

Thanks repo and ammorais. The first method worked so I didn't get to checkout the second. :)

repo 11-28-2009 02:03 AM

Quote:

Originally Posted by bugster (Post 3771879)
Thanks repo and ammorais. The first method worked so I didn't get to checkout the second. :)

Great, you can mark the thread solved for further references using the thread tools

bugster 11-28-2009 05:51 AM

Thanks repo - just marked it solved :)


All times are GMT -5. The time now is 10:12 PM.