Tuesday, August 18, 2009

how to install .bin file in linux

If you get a .bin file in linux and don't how to install it, Here is how to do.

1.Having a system-wide install and type the above commands

[test@localhost test]$ su
Password:

2.Install a file with .bin extention from CUI.
Open a terminal. Typing the follow commands and the installation will start.

[root@localhost root]# chmod +x file.bin
[root@localhost root]# ./file.bin

No comments:

Post a Comment