LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   install something (https://www.linuxquestions.org/questions/linux-newbie-8/install-something-76639/)

DKY 07-28-2003 11:41 AM

install something
 
I found these instructions on installing someting on a linux machine, that says to install this program, all you have to do is run the install script. How do I do that?

MasterC 07-28-2003 11:45 AM

something... this program...

;)

Details there buddy!

Usually the install script would be a file called install.sh or just install, and to run it you would type:
./install
OR
./install.sh

Cool

JayCnrs 07-28-2003 11:45 AM

What program are you trying to install ?

Without any more information this is all I can tell you, at a prompt:

sh install.sh

or

./install

fancypiper 07-28-2003 11:49 AM

Make it executable first

chmod 755 <install script>

# Guides to software and installation and uninstallation
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

DKY 07-28-2003 11:54 AM

I'm installing adobe reader. I went to the .gnome-directory (where the INSTALL file is) and typed ./INSTALL and it worked, but now there's this license agreement that I have to hold the Enter button to get through, cause it has a more (30%) thing at the end, is there a faster way around that other than holding down the enter button?

MasterC 07-28-2003 11:57 AM

That's the point, you are supposed to read that thing, that's the whole reason they have it there like that :D

Cool

DKY 07-28-2003 11:59 AM

mmmhmmm, what if I've read it before? :study:

MasterC 07-28-2003 12:04 PM

Then you can scroll quickly through it ;)

I don't know, have you tried a page down or "end"?

Cool

DKY 07-28-2003 12:07 PM

hmm, those might work....thanks, It's gonna take some time to get used to this. (guess that's why I'm in the newbies forum) LOL Thanks


All times are GMT -5. The time now is 04:23 AM.