LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to find the complete path of an installed package (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-the-complete-path-of-an-installed-package-108764/)

samik 10-26-2003 02:10 PM

How to find the complete path of an installed package
 
Can anybody tell me how to find the complete path of an installed package in Red Hat 9?
The shell command/s would do ...

Actually I need to specify the path of the blas.o file in a makefile but am not sure where it resides?

david_ross 10-26-2003 02:19 PM

Try this:
rpm -ql packagename

To find a file anywhere on your system:
locate filename
find / -name filename


All times are GMT -5. The time now is 05:17 PM.