Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
10-05-2004, 10:43 PM
|
#1
|
Member
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90
Rep:
|
.bin files
Ive never delt with a .bin file and I have just downloaded one from Americas Army (The game) and was wondering how to install it????????
Wavz
|
|
|
10-05-2004, 10:47 PM
|
#2
|
Member
Registered: Jun 2003
Location: Glendale AZ
Distribution: Slackware 10
Posts: 153
Rep:
|
do...
"sh file.bin"
it oughta bring an install up.
|
|
|
10-05-2004, 11:36 PM
|
#3
|
Member
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90
Original Poster
Rep:
|
That worked out awesome!!!!!!!! I ran the command sh armyops210-linux.bin and the install program ran like a dream, had the game up and running in no time!! Thanks!!!!!!!!!!!!
Wavz
|
|
|
10-06-2004, 11:04 PM
|
#4
|
Member
Registered: Mar 2004
Location: Jacksonville, FL
Distribution: SuSE 10 / SuSE 10.1
Posts: 90
Original Poster
Rep:
|
That post also worked for me in installing Doom3's .run file that I had to load it into my SuSE box. I am so glad to have such great teachers here to help me learn LINUX. Thank you again
SirSlappy 
Wavz
|
|
|
10-23-2004, 04:08 PM
|
#5
|
Member
Registered: Jun 2003
Location: Glendale AZ
Distribution: Slackware 10
Posts: 153
Rep:
|
sure thing
No problem, man. We linux users have to unite and overcome :-)
Free knowledge makes everyone more intelligent. We can stick together and kill Microsoft.
|
|
|
10-30-2004, 03:35 PM
|
#6
|
Member
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177
Rep:
|
Oh yes, thank god for free knowledge 
|
|
|
11-03-2004, 10:50 PM
|
#7
|
LQ Newbie
Registered: Oct 2004
Posts: 4
Rep:
|
well ...
i downloaded this Active X for Netscape but it aint working for me
name of file is
[root@localhost /]# ls
3.txt boot go.bin initrd magic misc root tmp
5.txt dev GOGlobal_UX_RHL90.bin lib magic.cpp opt sbin usr
bin etc home lost+found magic.cpp~ proc tftpboot var
[root@localhost /]# sh GoGlobal_UX_RHL90.bin
GoGlobal_UX_RHL90.bin: GoGlobal_UX_RHL90.bin: No such file or directory
i renamed the file to go.bin and tried
[root@localhost /]# sh go.bin
go.bin: go.bin: cannot execute binary file
another thing if i am running anything in sub folder i always have to come up with complete path no matter even if i am in that specific directory
|
|
|
11-04-2004, 07:00 PM
|
#8
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
You could try the other method:
chmod +x GoGlobal_UX_RHL90.bin
./GoGlobal_UX_RHL90.bin
The ./ is important since it tells the shell environment (the command line) that the file to be executed in is the current working directory (ie the 'folder' you're in).
|
|
|
11-04-2004, 07:24 PM
|
#9
|
Member
Registered: Oct 2004
Location: Costa Rica
Distribution: Mandrake 9.1
Posts: 30
Rep:
|
Exactly the doubt i had. The difference between typing sh and sh /. Seems like everyone is learning. Good good good. I typed man sh on a terminal and it didn't find any help files. How come?
|
|
|
11-08-2004, 12:14 AM
|
#10
|
LQ Newbie
Registered: Nov 2004
Posts: 4
Rep:
|
BIN.File
I have a major problem. I have a game (Cricket 2004). The folder has a large BIN file a small CUE file. I have no idea how to install this game. I have read the communications from the start of this forum but are still unsure how to apply it. I could use all the help i could get.
Please if you know how to Install E-mail me at timbo_9000@hotmail.com or post an answer on this forum
Thaks a million
|
|
|
11-08-2004, 01:06 AM
|
#11
|
Member
Registered: Aug 2004
Location: San Diego
Distribution: Slackware
Posts: 303
Rep:
|
bin and cue files are images for burning stuff on to CD, like an ISO. In general, .bin on linux doesn't necessarily mean an executable, as long as it is that kind of file, its extension doesn't matter. It's not like windows.
|
|
|
11-08-2004, 03:00 AM
|
#12
|
LQ Newbie
Registered: Nov 2004
Posts: 4
Rep:
|
But how do i install???
|
|
|
11-08-2004, 03:02 AM
|
#13
|
Member
Registered: May 2004
Distribution: Ubuntu
Posts: 583
Rep:
|
try mounting it.
|
|
|
11-08-2004, 04:52 AM
|
#14
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
Is this a Linux game? Is this a Windows game? A little more information would be really helpful.
As for the 'is this file executable' or not thing... if you type file filename then you will get some very interesting reading!
For example, in my Skype directory, I have the following:
Code:
gsewell@grants:~/files/programmes/source/skype_ver-0_92_0_2$ file *
call_in.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 8 bit, mono 44100 Hz
icons: directory
LICENSE: Non-ISO extended-ASCII English text
README: ASCII English text
skype: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.0.30, dynamically linked (uses shared libs), stripped
skype_da.qm: data
skype_de.qm: data
skype.desktop: ASCII text
skype.desktop.old: ASCII text, with CRLF line terminators
skype_el.qm: data
skype_en.qm: data
lots of other .qm files... all of which are "data"
Even if I change the skype executable file to a non executable file (using chmod -x skype), it is still listed as an executable. I often use this tool to identify the scripts that should be set to "executable" when they've been extracted from a ZIP file that doesn't retain their flags.
Hope this helps.
|
|
|
11-09-2004, 05:37 AM
|
#15
|
LQ Newbie
Registered: Nov 2004
Posts: 4
Rep:
|
i am pretty sure that it is a Windows game
|
|
|
All times are GMT -5. The time now is 01:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|