IntuitiveNipple
September 5th, 2007, 10:17 PM
This post could be related to an Ubuntu bug filed at: https://bugs.launchpad.net/ubuntu/+bug/62924 . ---------------------------- . .
I recently posted in a launchpad bug how to install and run Google Earth 4.x on Gutsy Tribe-5 64-bit. I was posting some other 64-bit 'HowTo's and thought I should add this one for completeness.
Download the latest Google Earth for Linux (http://dl.google.com/earth/client/current/GoogleEarthLinux.bin).
If not already installed, get the 32-bit libraries:
$ sudo apt-get install ia32-libs
$ wget http://gb.archive.ubuntu.com/ubuntu/pool/main/i/ia32-libs-gtk/ia32-libs-gtk_16_amd64.deb
$ sudo dpkg --force-all -i ia32-libs-gtk_16_amd64.deb
$ sudo apt-get -f install
Now you should be able to install 32-bit applications:
$ sudo ./GoogleEarthLinux.bin
$ sudo ln -s /opt/google-earth/googleearth /usr/bin/googleearth
$ googleearth
I recently posted in a launchpad bug how to install and run Google Earth 4.x on Gutsy Tribe-5 64-bit. I was posting some other 64-bit 'HowTo's and thought I should add this one for completeness.
Download the latest Google Earth for Linux (http://dl.google.com/earth/client/current/GoogleEarthLinux.bin).
If not already installed, get the 32-bit libraries:
$ sudo apt-get install ia32-libs
$ wget http://gb.archive.ubuntu.com/ubuntu/pool/main/i/ia32-libs-gtk/ia32-libs-gtk_16_amd64.deb
$ sudo dpkg --force-all -i ia32-libs-gtk_16_amd64.deb
$ sudo apt-get -f install
Now you should be able to install 32-bit applications:
$ sudo ./GoogleEarthLinux.bin
$ sudo ln -s /opt/google-earth/googleearth /usr/bin/googleearth
$ googleearth