Results 1 to 3 of 3

Thread: How to install file with BIN extension?

Hybrid View

  1. #1
    Join Date
    May 2010
    Beans
    25

    How to install file with BIN extension?

    I've downloaded Google Earth, and it's *.bin file, there is not application associated with it, so how do I install programs like this?

  2. #2
    Join Date
    Sep 2009
    Location
    United States
    Beans
    139
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install file with BIN extension?

    Very simple.

    Step 1. Open Terminal (Applications>Accessories>Terminal)

    Step 2. Navigate via terminal to directory the .bin file is in. I will use the Desktop...

    Code:
    cd Desktop
    Step 3. type "ls" into terminal (that is an L) and hit enter.

    Step 4. Type this into terminal and hit enter

    Code:
    sudo chmod +X GoogleEarthLinux.bin
    Step 5. Type this into terminal and hit enter

    Code:
    ./GoogleEarthLinux.bin
    Step 6. Run through the graphical installer that appears

    Step 7. Right click the .desktop file and check the box to allow it to execute as a program, now you should have an icon for the program on your desktop.

    Step 8. Enjoy.
    Last edited by adam22; May 12th, 2010 at 06:40 PM.

  3. #3
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How to install file with BIN extension?

    Depends on the application, typically you open a terminal and ..

    Code:
    chmod a+x file.BIN
    sudo ./file.BIN
    I advise you install Google earth from the repos

    https://help.ubuntu.com/community/GoogleEarth
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

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
  •