3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How to install Google Earth in Linux with one command

How to install Google Earth in Linux with one command
Installing software in Linux can be tricky sometimes for the beginners. In this instructable, you can install Google Earth with only one command.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Installation

Installation
Just go to terminal, paste this command and press enter and it will download and install it for you:

wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin

It can't get any easier.
« Previous StepDownload PDFView All StepsNext Step »
24 comments
Jun 13, 2008. 10:43 AMadmin says:
This is a great Instructable, but you need to add a main image of the final project to the intro step. Please do that and leave me a message when you have so that we can publish your work. Thanks!
Sep 27, 2011. 5:18 AMcsmith89 says:
erm... would be great... but here is my result!

$ 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?
Sep 27, 2011. 6:25 AMcsmith89 says:
found another way to do it!
http://www.cyberciti.biz/tips/linux-google-earth.html
Aug 23, 2011. 9:44 PMjj.inc says:
Awesome, wait, what, you don't have to use any commands in windows or mac? (don't get technical please) you just drag it or double click, HOLY CRAP I WISH I FOUND THIS OUT SOONER, DOUBLE CLICK INSTALLATIONS ARE AMAZING.
lol ;)
Mar 28, 2009. 2:24 AMRossky says:
You say "It can't get any easier"! You're joking? I am new to Linux and it's taken me an hour to find out how to install Google Earth. On my Windows pc it took 1 minute. I am using the latest Ubuntu distro and it's really good but until new progs are easier to install Linux will always fail (cf Windows) But anyway, thank you for your help
Nov 1, 2009. 6:13 PMcris1133 says:
Ubuntu is NOT for newbies!!!!!!! Get linux mint which comes with a software manager.
Oct 20, 2010. 2:56 PMXzaos says:
Anyone can use Ubuntu so long as they're willing to spend a few hours on the internet finding out how it works. I'd never used anything but Windows before I installed Ubuntu and I'm managing fine.
May 9, 2009. 11:08 PMJB1138 says:
Click on applications-> Accessories-> terminal. now go to the web site copy the command (wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
) 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.
Aug 9, 2010. 7:19 AMThe_Admiral says:
I tried copying and pasting the command, and it worked; google earth installed ok, but it won't run. The initial run from the terminal said that it crashed, and when I try to run it from the applications->internet menu, it shows up for a split second as initializing, and then it disappears. I am running Ubuntu 9.10 . Please Help!!!
Jul 1, 2010. 9:56 AMrahulsharma says:
I am using redhat 5.2 and unable to start google earth after following your instructions. when i type googleearth this was the output ./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libgoogleearth_free.so) ./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libbase.so) ./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libsgutil.so) ./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libIGGfx.so) pleas help me thanks
Apr 24, 2010. 3:50 PMbillrandle says:
Works for me! Thanks. You da Man. (if you're a man".
Mar 28, 2010. 7:57 AMShacoria says:
how do I delete google earth?
Nov 11, 2008. 2:58 PMlinkmaster03 says:
You aren't "installing" anything like you say. Just downloading a binary, making it executable, and running it...

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.
Jan 17, 2010. 9:24 AM85+ says:
Your advice on installing GE on ubuntu worked first shot!
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






Jan 9, 2010. 11:56 AMdonaldshelton says:
I simply  copied and pasted what the poster said, then I deleted what was obviously not part of the command, and voila!! 

Google Earth is in the applications menu under internet, and it works great!!
Jun 12, 2009. 1:14 PMzoltzerino says:
Please can you post the images of the circuit diagrams (schematics for those over the pond) on your desktop... If you still have them of course. ZZZZ
Mar 10, 2009. 7:35 PMlittlechef37 says:
Google earth is in the repositories, its just as easy to install from the add/remove programs app (or whatever yours is called, mine is called mintinstall), and this way it is updated with your system.
Apr 16, 2009. 12:32 PMcarrierpilot1357 says:
I couldnt find it in the repositories
Apr 25, 2009. 7:17 PMlittlechef37 says:
have you tried "sudo apt-get install google-earth" (without quotes) ?
Aug 31, 2008. 4:54 PMm005k says:
I installed as you said. If I click on the Google icon, I get Google Earth splash screen then my system crashes and restarts. Any idea what's wrong? I'm using Ubuntu 8.04
Nov 16, 2008. 8:51 AMCann0n says:
might be a problem with X and your configurations. Ubuntu has automated configuration, in which isn't the best. You may require 3d rendering with it and when it kicks on, it crashes X. Not sure why it would restart your computer. Ubuntu is one of the lesser stable distros.
Nov 16, 2008. 8:48 AMCann0n says:
technically it's three commands and not installing it, just dumping it in your $HOME. it's

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.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
14
Followers
4
Author:magnus0