There's a bit of a gochya when installing Google Earth in Ubuntu 9.04, 64-bit. If you read my previous blog post on this topic, that'll get you part way to installing it. However, it won't run properly, and will give you the following error message:
"google earth detected an error while trying to authenticate"
There is a missing dependancy, so all you have to do to get it to run is to do this:
> sudo apt-get install lib32nss-mdns
Happy Google Earth Surfing.
This blog is devoted to everything under the sun, minus the things that don't interest me, such as pop culture, pseudo-science, superstition, and other wastes of time. Attempting to group this blog under a neat little classification, like "science" or "politics", will prove to be an act of futility. You have been warned.
Showing posts with label google earth. Show all posts
Showing posts with label google earth. Show all posts
Sunday, June 21, 2009
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.
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.
Subscribe to:
Posts (Atom)