Home > tutorial, ubuntu > Howto Install GoogleEarth 6 on Ubuntu 10.10 64 bits

Howto Install GoogleEarth 6 on Ubuntu 10.10 64 bits

First of all, download the GoogleEarth installer from google.

If you try to setup you’ll probably get this error:

$ ./GoogleEarthLinux.bin Verifying archive integrity... All good. Uncompressing Google Earth for GNU/Linux 6.0.0.1735.............................................................. setup.data/setup.xml:1: parser error : Document is empty  ^ setup.data/setup.xml:1: parser error : Start tag expected, '<' not found  ^ Couldn't load 'setup.data/setup.xml'

You’ll have to uncompress it and make this changes:

<pre>./GoogleEarthLinux.bin --target /tmp/ge
cd /tmp/ge/setup.data/bin/Linux/amd64/
mv setup.gtk setup.gtk2
cd /tmp/ge
./setup.sh</pre>

Now, If you get this error when executing googleearth


exec: 50: ./googleearth-bin: not found

You may need to install this package:


sudo apt-get install lsb-core

And now all works great!

  1. March 17, 2011 at 11:27

    I’m glad that you get it work too!

    Like

  2. FFrancesco
    March 16, 2011 at 23:25

    Thanks! Finally GoogleEarth works on my Ubuntu 10.10 64!

    Like

  3. Olivier
    January 27, 2011 at 21:54

    Thank you very much ! Real good tips for Ubuntu 10.10 64 bits !

    Like

  4. December 29, 2010 at 19:32

    Thanks a lot! Worked fine here!

    Like

  5. December 12, 2010 at 10:22

    Thanks, worked also for me, on Ubuntu 10.10 64 bits!

    Like

  1. No trackbacks yet.

Leave a comment