How to install bin files in ubuntu?

I have received email related to this problem.It has three step solution .

Step 1. Open Application -> Accessories -> Terminal

Step 2. Change directory where your bin file is stored. If you are beginner , change directory command is cd , for example cd filename .

Step 3. Now make this bin file executable . Just type  chmod +x filename.bin  


Step4. Run it using this command ./filename.bin


I hope it helped

No comments:

Post a Comment