Thursday, March 26, 2009

How to open *.bin file in Linux

Ensure you trust the source of the file. The following procedure will allow the bin file to make any changes it wants to make to your system.

- Save the bin file to your home folder.
- Click Applications, Accessories, Terminal.
- Press ENTER after each command below.
- To make the BIN file executable: In the terminal, type the command:
chmod 755 NameOfBinFile.bin
- To run the file and install RealPlayer type the command:
sudo ./NameOfBinFile.bin
- Follow the on screen prompts.Press space to page down if any.

No comments:

Post a Comment