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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment