Results 1 to 2 of 2

Thread: So what's the deal with .bin files and other software packs?

  1. #1
    Join Date
    Jan 2009
    Beans
    58

    So what's the deal with .bin files and other software packs?

    I'm new with Ubuntu and sometimes I download software that doesn't come in a .deb file. What's the deal with .bin and other packs that come with a makefile file, etc.? Are there any easy instructions to install these?

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,718

    Re: So what's the deal with .bin files and other software packs?

    See http://www.psychocats.net/ubuntu/installingsoftware

    .bin might be an executable file, like the java installers from Sun. If so, make the file executable with the command:
    chmod +x filename
    then execute it with the command:
    ./filename
    but only do this if you trust the software source. Doing this kind of thing should really be a last resort.

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
  •