Sunday, January 11, 2009

Installing Google Earth in Ubuntu

I recently installed Google Earth 4.3 in Ubuntu 8.10 (64-bit). I suspect the issue I discovered will be relevant for more than just these versions of software. To install it, use the following method:

1. Download it to your desktop
2. cd ~/Desktop
3. chmod +x GoogleEarthLinux.bin
4. sudo ./GoogleEarthLinux.bin

DO NOT let it launch GE after the installation. Close down the installer, then launch GE from the desktop or menu icon. If you let it launch GE from the installer, some files will be created under the root account. You then won't be able to run it as a normal user. If this happens to you, follow this remedy:

1. cd ~
2. sudo rm -Rf .config/Google
3. sudo rm -Rf .googleearth

Things should now work as expected.

No comments: