LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing a .bin file ? (https://www.linuxquestions.org/questions/linux-newbie-8/installing-a-bin-file-320947/)

macaulay 05-07-2005 02:28 AM

installing a .bin file ?
 
I would really appreciate it if someone could enlighten me as to how to unpack or install a file with the extension .bin?

thanks.

reddazz 05-07-2005 02:52 AM

Code:

$chmod +x filename.bin
$./filename.bin (or $sh filename.bin)

If installing globally you may need to switch to root using "su" before doing the second step.


All times are GMT -5. The time now is 12:39 PM.