Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to install a program that's in bin file format on Linux?

Status
Not open for further replies.

ahmad_abdulghany

Advanced Member level 4
Joined
Apr 12, 2005
Messages
1,206
Helped
102
Reputation
206
Reaction score
22
Trophy points
1,318
Location
San Jose, California, USA
Activity points
11,769
Hello all,

I usually when get a program, get it in .rpm format, and just source it from shell to install, that's fine. Then, how can I install a program that i have other formats for it, say for my current case .bin file?

Thanks alot in advance,
Ahmad,
 

You can use file command to detect the file type:
file your_file.bin
If it reports the file is a ELF format, you can run it:
./your_file.bin
 

Re: how to install a program that's in bin file format on Li

thank you Hughes,
but it needed to change its mode first to be execuable, by using a command like chmod +x <file_name> then sourcing it as you mentioned opened it ..

Regards,
Ahmad,
 

Re: how to install a program that's in bin file format on Li

If it is a cd file, you need nero to burn it using CDROM.
 

If it is a CD image, then you may also need the associated CUE file, because it sometimes contains special CD burning parameters.

The BIN/CUE format was originally created by GoldenHawk for CDRWIN.
**broken link removed**
 

If it is a CD image, you can convert it to ISO image and mount the ISO image with "-o loop" option. There is no need to burn the image.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top