Results 1 to 5 of 5

Thread: How to install a .bin from the desktop

  1. #1
    Join Date
    Aug 2009
    Location
    Minnesota
    Beans
    47
    Distro
    Ubuntu 8.10 Intrepid Ibex

    How to install a .bin from the desktop

    Not new to linux but the desktop is. How do you install a .bin from the desktop. Just got a new dell with 8.1 Intrepid and I'm clueless. Always done it in the terrminal. A little help please.


    Thanks

  2. #2
    Join Date
    Jan 2008
    Beans
    4,757

    Re: How to install a .bin from the desktop

    1. Right-click file, select "Properties"
    2. Select the "Permissions" tab
    3. Check the "Allow executing file as program" box, then Close.
    4. Double-click file
    5. Select "Run in Terminal" if it's a CLI .bin installer
      or Select "Run" if it's a GUI .bin installer


    Regards
    Iain

  3. #3
    Join Date
    Apr 2009
    Beans
    1,012

    Re: How to install a .bin from the desktop

    Quote Originally Posted by cranecreek View Post
    Not new to linux but the desktop is. How do you install a .bin from the desktop. Just got a new dell with 8.1 Intrepid and I'm clueless. Always done it in the terrminal. A little help please.


    Thanks
    Or
    Code:
    chmod +x file.bin
    ./file.bin

  4. #4
    Join Date
    Mar 2008
    Beans
    1

    Re: How to install a .bin from the desktop

    Sorry but neither of the above work. After changing to executable I get a failure note "no application is known for this type of file".

  5. #5
    Join Date
    Aug 2009
    Location
    Minnesota
    Beans
    47
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to install a .bin from the desktop

    I wasn't patient so I used the terminal

    Code:
    chmod a+x file.bin
    ./file.bin
    Thanks for the destop answer will try that next time.

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
  •