PDA

View Full Version : what to do with .bin files?



jehan60188
01-22-2005, 03:39 PM
I downloaded a program in .bin format. What do I do now to install it?

CrashedAgain
01-23-2005, 12:56 AM
What program & what are you trying to install? .bin generally denotes an executeable file which will 'run' when you open it but it is not normal to install a program as a bin file. If you are trying to install applications, see this: http://www.knoppix.net/forum/viewtopic.php?t=14977

Rumo
01-23-2005, 11:57 AM
To execute the file, make sure that it is marked as executable (if not type 'chmod +x filename.bin') and then type 'sh filenname.bin' or './filenname.bin'.