29.1 C
Cuttack
Monday, October 2, 2023
HomeLinuxHow to install a .bin file in UBUNTU

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
Durga Charan Ojhahttps://lifeonnetwork.com/
I am a proud Indian, proud father, a blogger, Being in a profession as System administrator, my passion is troubleshooting computer issues, I do like sharing solutions through blogging making videos of solving issues.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular