LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing programs (https://www.linuxquestions.org/questions/linux-software-2/installing-programs-8743/)

TravisB 11-15-2001 06:03 AM

Installing programs
 
I downloaded Opera 5.0 from the Opera site as a user, not root. I am trying to install it but I get messages saying "No action taken" when I click the runme.sh and install.sh. I am logged in as root running Redhat 7.0. What do I need to do differently?
Thanks.
Travis

acid_kewpie 11-15-2001 06:36 AM

try running the scripts from the command line

./runme.sh

TravisB 11-15-2001 07:34 AM

Thanks Chris. Could you be more specific on how to run the scripts? I am still learning.
Thanks,
Travis

Thymox 11-15-2001 07:57 AM

If you're running KDE, then click on the K button, move up to 'terminals' and choose one. This should open a command-line box (looks a bit like the Windows's Dos session). Some of the commands are a little like dos's (eg cd=move into directory, dir=list directory contents (but ls is better, etc), so move the directory that you downloaded to, and type ./runme.sh.

You need to put the 'dot-forwardslash' in so that it knows to look for runme.sh in the current directory. If this doesn't work, you could try sh runme.sh. If both of these return with command not found then you need to make the file(s) runnable: chmod +x runme.sh and then try the above again.

With any luck, should sort your problem.

Keep us posted.

TravisB 11-15-2001 08:34 AM

Ok. i dir to
home/tbarden/opera/ and then
./runme.sh and get
bash: ./runme.sh: No such file or directory.

This is the location where the runme.sh file is.
home/tbarden/opera/opera-5.0-static.i386.tar.gz#utar/opera-5.0-static.i386

Please help.
Thanks
Travis

Thymox 11-15-2001 08:42 AM

Aha! You really shouldn't try and run programs from within compressed files. You may not have known it, but files with the extension .tar.gz are compressed files (like .ZIP files in Windows).

You're using Konqueror (or something) aren't you?

Here goes:

Get into a command prompt type thing (dos box, see above).

Type: cd /home/tbarden/opera and then type: tar -zxpvf opera-5.0-static.i386.tar.gz. This will have extracted the files into your the current directory. You will probably now have to cd opera and then type ./runme.sh.

It is a fairly common mistake to make. If you find a program on a CD with the extension .tar.gz (or if you download one) then you really must extract the files in order to run them. It's fine to view files from within a compressed file, but not run them.

Hope this helps (more).

Again, keep us posted.

PS If you can't be bothered with typeing opera-5.0-static.i386.tar.gz, then don't! If you type ope and then press TAB, it should autocomplete the rest of the filename! Who'd want to go back to Windows once they've discovered this? Eh?

TravisB 11-15-2001 09:00 AM

That did it, Opera is working! It all makes so much more sense now.
Now what about so-5_2-ga-bin-linux-en.bin? How do I get Star Office to install?
Thanks a lot!

Travis

acid_kewpie 11-15-2001 11:16 AM

it's a self extracting installer, just run the program:

./so-etc....type...stuff....bin
(bin=binary)

chrisece 11-16-2001 06:39 PM

It's a good idea, if you use the shell teminal then try to type the command script there. if not try to try to log as super user type "su" then login. (if you know the root pasword). then do the command script there. I hope that helps...more power...:study:


All times are GMT -5. The time now is 03:24 PM.