Revision history for BIN
Additions:
~The ##.bin## refers to "binary" as in [[BinaryCode Binary Code]]. This is a program that has been compiled and can be "executed" or run by the computer.
Deletions:
~Often a binary file will need supporting files, for example libraries and frameworks.
~Clicking on a binary in a filer window will run it. If nothing happens it can be instructive to run it in the terminal. Open a terminal in the same directory, and type:
##./<name>.bin ##
Where <name> is the .bin for example....
##./firefox.bin ##
If something necessary is missing from your system, the error messages in the terminal will tell you what, and where it goes....
Additions:
{{image url="http://www.murga-linux.com/puppy/viewtopic.php?mode=attach&id=57682" title="icon" alt="icon"}}
====BIN (binary files)====
~The ##.bin## refers to "binary" as in [[BinaryCode Binary Code]]. This is a program that has been compiled and can be "executed" or run by the computer. Although, it has to be the compiled for the architecture your using. Most desktops and laptops use a [[x86]] variety, for portable devices [[ARM]] is common.
~Often a binary file will need supporting files, for example libraries and frameworks.
~Clicking on a binary in a filer window will run it. If nothing happens it can be instructive to run it in the terminal. Open a terminal in the same directory, and type:
----
==Categories==
CategorySoftware
CategoryComponent
====BIN (binary files)====
~The ##.bin## refers to "binary" as in [[BinaryCode Binary Code]]. This is a program that has been compiled and can be "executed" or run by the computer. Although, it has to be the compiled for the architecture your using. Most desktops and laptops use a [[x86]] variety, for portable devices [[ARM]] is common.
~Often a binary file will need supporting files, for example libraries and frameworks.
~Clicking on a binary in a filer window will run it. If nothing happens it can be instructive to run it in the terminal. Open a terminal in the same directory, and type:
----
==Categories==
CategorySoftware
CategoryComponent
Deletions:
.bin means "binary", and generally means "executable".
If you have a .bin file you want to execute try clicking on. If that does nothing, open a [[terminal]] in the same directory, and type:
Additions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[FileTypes]]