Results 1 to 9 of 9

Thread: Can't install .bin file - "No such file or directory"

  1. #1
    Join Date
    Aug 2007
    Beans
    193
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Can't install .bin file - "No such file or directory"

    I am trying to install Adobe AIR. I downloaded the .bin file from their home page onto my Desktop. In terminal, I went to my Desktop and made the file executable via
    Code:
    chmod +x AdobeAIRInstaller.bin
    . Now I am using the command
    Code:
    ./AdobeAIRInstaller.bin
    to run it, but the error "No such file or directory" comes up. I've installed .bin files before with no problems, so I don't understand what would be wrong with this one.

  2. #2
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't install .bin file - "No such file or directory"

    Quote Originally Posted by S3loth View Post
    I am trying to install Adobe AIR. I downloaded the .bin file from their home page onto my Desktop. In terminal, I went to my Desktop and made the file executable via
    Code:
    chmod +x AdobeAIRInstaller.bin
    . Now I am using the command
    Code:
    ./AdobeAIRInstaller.bin
    to run it, but the error "No such file or directory" comes up. I've installed .bin files before with no problems, so I don't understand what would be wrong with this one.
    And $5 says you have a 64-bit system and are trying to install some 32-bit binary you found somewhere........
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  3. #3
    Join Date
    Aug 2007
    Beans
    193
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: Can't install .bin file - "No such file or directory"

    That seems to be the problem...strange though that I have had AIR working on past Ubuntu versions on this computer. Guess its just another program I'll have to not use until the 64 bit version, which is starting to become a long list

  4. #4
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't install .bin file - "No such file or directory"

    Quote Originally Posted by S3loth View Post
    That seems to be the problem...strange though that I have had AIR working on past Ubuntu versions on this computer. Guess its just another program I'll have to not use until the 64 bit version, which is starting to become a long list
    What list?, even Adobe have a native 64-bit version of the Flash plugin now.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  5. #5
    Join Date
    Aug 2007
    Beans
    193
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: Can't install .bin file - "No such file or directory"

    Well, I am exaggerating a bit but it just seems like the 32-bit to 64-bit switch is causing a lot of problems, whether a 32-bit program won't run on a 64-bit system, or vice-versa. While the 64-bit flash did solve a lot of problems for me, it won't work on Hulu either. Anyway, just me think out loud.

  6. #6
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't install .bin file - "No such file or directory"

    I've installed Adobe Air on 64-bit. It sucked, but I didn't get a "no such file" error.

    Two possible things:

    1. Use 'sudo' - an installer needs to put files in root-owned locations.

    Code:
    sudo -i
    chmod a+x AdobeAIRinstaller.bin
    ./AdobeAIRinstaller.bin
    2. Try dragging the installer to the terminal so it automatically fills in the file path.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  7. #7
    Join Date
    Aug 2007
    Beans
    193
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: Can't install .bin file - "No such file or directory"

    Quote Originally Posted by 3rdalbum View Post
    I've installed Adobe Air on 64-bit. It sucked, but I didn't get a "no such file" error.

    Two possible things:

    1. Use 'sudo' - an installer needs to put files in root-owned locations.

    Code:
    sudo -i
    chmod a+x AdobeAIRinstaller.bin
    ./AdobeAIRinstaller.bin
    2. Try dragging the installer to the terminal so it automatically fills in the file path.
    That made it work! Or rather I should say it installed. We have yet to see if it will still run smoothly haha Thanks!

  8. #8
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't install .bin file - "No such file or directory"

    I'm glad it worked for you. Unfortunately I can't help you in your search for an Air program that actually does anything useful.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  9. #9
    Join Date
    Aug 2007
    Beans
    193
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: Can't install .bin file - "No such file or directory"

    Quote Originally Posted by 3rdalbum View Post
    I'm glad it worked for you. Unfortunately I can't help you in your search for an Air program that actually does anything useful.
    TweetDeck! The only reason I have any interest in AIR. Very useful not just for Twitter, but also getting feeds from other social websites.

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
  •