Friday, April 18, 2008

Howto: Install New Google Earth 4.3 (Beta) In Ubuntu Linux The easy way!

A Brand new Google Earth 4.3 is in Town with Some Hot new features, check out this *HOT* Youtube video while easily installing this with my simple howto!

Easily Install Google Earth 4.3 by opening a terminal and issuing this one command
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin ; chmod +x GoogleEarthLinux.bin ; sudo ./GoogleEarthLinux.bin
The above command will auto-install to /opt/google-earth and create a desktop icon for all users. Right after the install Click Start to startup Google Earth

Need a Userguide for all the features? Click here for that

3 comments:

  1. Note that you can also install without sudo, and it will install by default in a folder inside your home directory. Also, when you're ready to uninstall, navigate to its install dir (for me, ~/google-earth), and type
    ./uninstall

    If you installed with sudo, you will also need sudo to uninstall.

    --Scott

    ReplyDelete
  2. Thanks for adding that Scott :)

    ReplyDelete
  3. Thanks, this is pretty cool.

    ReplyDelete