Information Computer

Friday, July 29, 2011

Install File Type .Bin

usually if the windows installer (executable) files which we know only file type .Exe . but in linux we will find some installer files. examples such as file type bin, deb, tar.gz, tar.gz, sh, and other.

but this time I specifically discuss the file type bin. following way.

  1. open terminal
  2. change directory to folder containing the bin file. by typing "cd path". example : cd /home/husnu/packet tracer
  3. typing "./file_name.bin". example : ./PacketTracer53_i386_installer-deb.binPacketTracer53_i386_installer-deb.bin.
  4. wait until the installation is complete
sorry if things go wrong. thank :)

need to know!
In computing, an executable file causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a data file that must be parsed by a program to be meaningful. These instructions are traditionally machine code instructions for a physical CPU. However, in a more general sense, a file containing instructions (such as bytecode) for a software interpreter may also be considered executable; even a scripting language source file may therefore be considered executable in this sense. The exact interpretation depends upon the use; while the term often refers only to machine code files, in the context of protection against computer viruses all files which cause potentially hazardous instruction execution, including scripts, are conveniently lumped together.

Related Posts



0 comments:

Followers