How to install a .bin file in UBUNTU

To install a .bin file in UBUNTU.Open Terminal and type ./ (where is the bin file name, let say you need to install xyz.bin file. so command will be sudo ./xyz.bin )If this does not work or gives you any error.

Then type sudo chmod 755 (command will be sudo chmod 755 xyz.bin)

Now run the same first command to execute – sudo ./xyz.bin

Thanks
Durga 

I can reach at : durgacharanojha@yahoo.co.in

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.