LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how do you install a .bin program? (https://www.linuxquestions.org/questions/linux-software-2/how-do-you-install-a-bin-program-12214/)

thinguy10 01-20-2002 07:05 PM

how do you install a .bin program?
 
how do u install .bin programs? the change from windows to linux has left me hangin on stuff like this bc with windows you just click on it and install. is there some trick in linux?

trickykid 01-20-2002 08:27 PM

actually .bin files are almost like windows.. except instead of clicking with a mouse, I just type the name of the file at a command in a terminal: bash$ ./name-of-file.bin and it should start a installation process for you. what program is it.. someone here might be familiar with it and give some more insight for you.

WSG 01-20-2002 10:26 PM

Check the file properties and ensure that "exec" is enabled. This gets me everytime when I download a .bin, never downloaded one where it was defaulted to be "exec".

trickykid 01-20-2002 10:32 PM

yeah sorry about that.. forgot to mention you can change the permissions to make it executable with chmod.. thanks WSG for pointing it out.. as yeah, most of the .bin files i install aren't default to be executable either.


All times are GMT -5. The time now is 08:53 AM.