Results 1 to 3 of 3
I recently downloaded abobe acrobat reader for linux.
the install says to run the install script wich looks like this at the promt
INSTALL* after trying to run it it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-03-2003 #1Just Joined!
- Join Date
- May 2003
- Location
- chicago
- Posts
- 41
how to run install scripts
I recently downloaded abobe acrobat reader for linux.
the install says to run the install script wich looks like this at the promt
INSTALL* after trying to run it it says no command found is there a command i must run before this ???
- 08-03-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
sh install.file or chmod 755 isntall.file && ./install.file
- 08-04-2003 #3Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Check with..
To see what kind of file it is, if the file is transfered wrong from windows to linux ^M and other wierd format signs can appear in the program an corrupt it. If so execute the dos2ux > <newfile.sh> to reformat to correct "linux" format.Code:file install.sh
If its already a correct shell executeble do as genlee says and check permissions or use sh -x install.sh to see what syntax that is wrong.Regards
Andutt


Reply With Quote
