Wednesday, February 23, 2011

How do I install a .bin file? - Ubuntu Forums

Go into a terminal and issue the following command in the directory where the bin file is:

Code:
chmod a+x name_of_file.bin
Then run it by writing:

Code:
sudo ./name_of_file.bin

No comments:

Post a Comment