Home Linux How to install a .bin file in UBUNTU

How to install a .bin file in UBUNTU

0
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

NO COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Exit mobile version