Find the answer to your Linux question:
Results 1 to 2 of 2
How do I install .bin files Ta...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    15

    How do I install .bin files

    How do I install .bin files

    Ta

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    usually you just run them from the command line, after making it excutable.
    Code:
    chmod +x filename.bin
    Code:
    ./filename.bin
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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