Remove these ads by
Signing UpStep 1Installation
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
It can't get any easier.
| « Previous Step | Download PDFView All Steps | Next Step » |





































$ sudo wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
[sudo] password:
--2011-09-27 13:57:31-- http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
Resolving dl.google.com... 74.125.153.136
Connecting to dl.google.com|74.125.153.136|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 33688483 (32M) [application/octet-stream]
Saving to: `GoogleEarthLinux.bin.2'
100%[======================================>] 33,688,483 37.9K/s in 15m 38s
2011-09-27 14:13:11 (35.1 KB/s) - `GoogleEarthLinux.bin.2' saved [33688483/33688483]
Verifying archive integrity... All good.
Uncompressing Google Earth for GNU/Linux 6.0.3.2197.............................................................................................
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'
$
any ideas please, using (x)ubuntu?
http://www.cyberciti.biz/tips/linux-google-earth.html
lol ;)
) by pressing Ctrl+C then paste it into the terminal window with Shift+Ctrl+V and it does it for you like it says it can't get any easier.
Try:
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && sudo mv GoogleEarthLinux.bin /usr/bin/googleearth && sudo chmod +x /usr/bin/googleearth && googleearth
And then you can run it with 'googleearth' command from then on.
Copied the wget line,-pasted it in fresh terminal,.pressed enter -voila !!
This ended months of frustrating attempts to load GE and reliance on windows XP..
The only (minor) problems are slow loading and location names missing some letters. Will add ram to see if it helps.
Many thanks
Google Earth is in the applications menu under internet, and it works great!!
For Slackware:
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && wget http://slackbuilds.org/slackbuilds/12.1/multimedia/GoogleEarth.tar.gz && tar xvfz GoogleEarth.tar.gz && rm GoogleEarth.tar.gz && cp GoogleEarthLinux.bin ~/GoogleEarth && chmod +x ~/GoogleEarth/GoogleEarth.SlackBuild && cd ~/GoogleEarth/ && sudo ./GoogleEarth.SlackBuild && sudo installpkg /tmp/GoogleEarth-4.3.7204.836-i486-1_SBo
Of course, the installpkg command is version specific and it will ask for a sudo password, assuming you have your sudoers proper.