LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Nautilus (https://www.linuxquestions.org/questions/linux-newbie-8/nautilus-20490/)

Fuzzy_18 05-08-2002 09:30 AM

Nautilus
 
how do i install .bin files when it is to large to install threw nautilus??

taz.devil 05-08-2002 10:50 AM

Open up a terminal window, go to the directory where you've save the file and type:

sh filenamegoeshere.bin

That should get the installer or whatever the prog's supposed to do started.

Fuzzy_18 05-08-2002 11:03 AM

thanx
 
thanx for the help it is appresiated (or something like that)

Themonk 05-08-2002 04:20 PM

don't forget to make the .bin file an executable file before doing the: sh filenamegoeshere.bin

To make it exceutable use chmod:
chmod 755 filenamegoeshere.bin


All times are GMT -5. The time now is 07:47 PM.