Mar 19, 2010

Installing the newly downloaded ".bin" file

Many a times, you download the installable ".bin" file and wonder how to install it, for the GUI doesn't open the ".bin" files.

You try ./xxxxxx.bin from command prompt but still it fails.

The problem is with permission of the downloaded file, do this to fix that and install:

sudo chmod 777 xxxxxx.bin
sudo ./xxxxxx.bin

No comments:

Post a Comment