LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing ksetispy (https://www.linuxquestions.org/questions/linux-software-2/installing-ksetispy-118099/)

woja 11-20-2003 02:55 AM

installing ksetispy
 
Hi,

I'm really confused and struggling with installing and then running software - I know exactly how to do it in windoze . . .

I've downloaded ksetispy-0.6.0-1-rh9.src.rpm then run "rpm -Uhv ksetispy-0.6.0-1-rh9.src.rpm". Now I'm stuck.

How do I start the programme? Where does the software get installed?

Thanks for any pointers.

Roger

jkobrien 11-20-2003 05:19 AM

The "src" in the package name means source code, so you have to compile the package before you can use it. You generally would use this type of package if you wanted to customise the software. There are lots of sites that will tell you how to compile software.

But even easier, go back to wherever you got the rpm from and download one with the same name, but without "src". Use the same command to install it.

After that, how you run the software depends on the package - look for some documentation where you got the rpm, or try "rpm -qlp <package> | grep -i readme". Often a good place to start is with the binaries; "rpm -qlp <package> | grep bin" will list those for you.

John


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