Sunday, March 13, 2011

[Linux] - How install .Bin in Linux

You can install it from CUI. Just open a terminal and type this:
Code:
chmod +x file.bin
./file.bin
The installation will then start.

No comments:

Post a Comment