Page 1 of 7 123 ... LastLast
Results 1 to 10 of 61

Thread: Google Earth on Ubuntu 8.04

  1. #1
    Join Date
    May 2008
    Location
    Lima Perú
    Beans
    6
    Distro
    Ubuntu 8.04 Hardy Heron

    Google Earth on Ubuntu 8.04

    Hello Dear Ubunters:

    I installed Ubuntu today after a decade of suffering under Windows.

    Now, how do I install Google Earth on Ubuntu 8.04?
    I downloaded GoogleEarthLinux.bin from the Google Earth Homepage but really don't have any idea of what to do next.
    The file is on my desktop staring at me...

    What do I do?

  2. #2
    Join Date
    Jan 2008
    Beans
    1,336

    Re: Google Earth on Ubuntu 8.04

    if i were you id just get it from the repository

    go to System-Administration-synaptic package manager then search googleearth

    just mark it with a check and click apply
    this will do everything automatically for you

  3. #3
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: Google Earth on Ubuntu 8.04

    try

    Code:
    cd desktop
    sudo sh ./GoogleEarthLinux.bin
    in terminal.
    i doubt this would work but try it anyway

  4. #4
    Join Date
    Sep 2007
    Beans
    268

    Re: Google Earth on Ubuntu 8.04

    just type this into a terminal (applications - accessories - terminal):


    cd Desktop
    and then
    sh GoogleEarthLinux.bin

  5. #5
    Join Date
    Jan 2008
    Beans
    4,305

    Re: Google Earth on Ubuntu 8.04

    This way will work with only a few commands. ;]
    You need the medibuntu repo. I will supply howto in one min bear with me ;]

    step one: copy paste this command
    Code:
    sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
    step two: copy paste this command
    Code:
    sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
    step three: copy paste this command
    Code:
    sudo apt-get install googleearth-4.3
    when installed just press alt+f2 and type googleearth or find it under internet in the menu

    enjoy!
    Last edited by NightwishFan; May 3rd, 2008 at 03:06 AM.

  6. #6
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: Google Earth on Ubuntu 8.04

    o yes i forgot googleeath is in the repos... use that

  7. #7
    Join Date
    Sep 2007
    Beans
    268

    Re: Google Earth on Ubuntu 8.04

    Edit: here is a rally good guide:

    http://tombuntu.com/index.php/2007/1...rth-in-ubuntu/

  8. #8
    Join Date
    Sep 2007
    Beans
    268

    Re: Google Earth on Ubuntu 8.04

    Forget everything. Just type this into the terminal:

    sudo apt-get install googleearth

    Thats it!

  9. #9
    Join Date
    Sep 2007
    Beans
    268

    Re: Google Earth on Ubuntu 8.04

    Whoops. My bad, its actually this:
    Code:
    sudo apt-get install googleearth-package
    Thats it!
    __________

  10. #10
    Join Date
    Jan 2008
    Beans
    1,336

    Re: Google Earth on Ubuntu 8.04

    well if you want the newest version of google earth you would need the medibuntu repository but if you dont care as long as it works you dont need medibuntu

    here is a guide to adding medibuntu

    https://help.ubuntu.com/community/Medibuntu

Page 1 of 7 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •