LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-16-2005, 08:38 PM   #1
linus johann
Member
 
Registered: Jan 2005
Location: philippines
Distribution: rh 9
Posts: 71

Rep: Reputation: 15
how to install .bin files???


anybody wqanna help out a here?? if you could teach me how to install a .bin file, id greatly appreciate it.... what are the commands/scripts??

tnx alot!!



btw, im tryin to do this in rh9 (if thats an issue)
 
Old 02-16-2005, 08:53 PM   #2
jfryman
Member
 
Registered: Dec 2004
Location: Newport News, Virginia
Distribution: CentOS 4, FC4, Ubuntu Breezy/Dapper, Arch 0.7.1
Posts: 40

Rep: Reputation: 15
.bin file install

Without knowing a whole bunch about your .bin file, what it is, or where it came from... here is what I might do to start with.

try one of two things.
try running it with /bin/sh

#/bin/sh <program>.bin

Or heck, even better... make it executable, and then run it on whatever shell you choose!

#chmod +x <program>.bin
#./<program>.bin

These examples are very bash specific, but should get you started. Good luck!

-James


Last edited by jfryman; 02-17-2005 at 07:31 AM.
 
Old 02-16-2005, 08:53 PM   #3
QtCoder
Member
 
Registered: Aug 2003
Location: USA
Distribution: Slackware 12.0 RC1
Posts: 129

Rep: Reputation: 15
Well, from a command line, go to the directory where you put the .bin file, give it execute permissions (not always necessary), and execute it:

Code:
cd /home/user_name/file.bin
chmod +x file.bin
./file.bin
Of course, substitute the path (/home/user_name....) for the one you have the file in.

Hope that helps!

[EDIT]LOL, only by < 1 minute! jfryman just barely beat me! Blast!! must...type....faster...[/EDIT]

Last edited by QtCoder; 02-16-2005 at 08:59 PM.
 
Old 02-16-2005, 08:54 PM   #4
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
[EDIT]QtCoder was much faster on the draw![/EDIT]

Usually, you need to make the .bin file executable. If you downloaded it to something in your home directory, you can just issue the command
Code:
chmod a+x (flename).bin
. If the file is somewhere else, you usually need to be root to do the chmod. If you have the file directly in /home/you. then these would be the steps:

1) open terminal
2) chmod a+x filename.bin
3) ./filename.bin

and that will install it. if it is in a subdirectory of /home/you, then just navigate to it and issue the same commands.

Peace,
JimBass

Last edited by JimBass; 02-16-2005 at 08:56 PM.
 
Old 02-17-2005, 07:27 AM   #5
linus johann
Member
 
Registered: Jan 2005
Location: philippines
Distribution: rh 9
Posts: 71

Original Poster
Rep: Reputation: 15
gee thanx a lot!! really appreciate it!!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
install from bin files tiredoflogins Red Hat 1 10-07-2004 02:21 PM
how can I install .bin files? Impaler Linux - Software 1 05-09-2004 09:44 AM
Install of bin files theory&thought Linux - Newbie 0 03-11-2004 08:17 AM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM
How do I install .bin files? marebarosan Linux - Software 8 09-01-2003 12:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration