LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where is my Application (https://www.linuxquestions.org/questions/linux-newbie-8/where-is-my-application-93756/)

khi 09-17-2003 08:25 AM

Where is my Application
 
Another dumb question from this newbie

I installed an application (RPM) on my red hat box, now I can't find it. Where did it go, and how do I find it?

Any takers?

Thanks for the help

Andy@DP 09-17-2003 08:31 AM

try searching for a directory or file, you could use whereis or one of the GUI file managers. Personally I would look in /usr/bin or /usr/local/bin. bin directories usually contain the executable binaries of programs so try looking in bin's! ;)

Thymox 09-17-2003 07:10 PM

You could also try, from the command line rpm -ql filename (that is a lower case L after the Q). You do not need to type the whole RPM filename, just the major part of it. Try rpm -ql xpdf to see what happens!

meeshka 09-17-2003 07:38 PM

um, have you tried the whereis command?

eg:

whereis program_name


All times are GMT -5. The time now is 01:52 PM.