LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Application Installation Directory (https://www.linuxquestions.org/questions/linux-newbie-8/application-installation-directory-87930/)

tuka 09-01-2003 08:00 AM

Application Installation Directory
 
Hi there,

Have a question regarding finding out where applications are install. Given PHP or MYSQL installed from RPM or other compressed form, how do I find out where each file installed was placed ? Is there such a function in Linux ?

Thanslk in advance for your help,

Tuka

aizkorri 09-01-2003 08:24 AM

rpm -ql packageName
will show you where are installed all the packages of this rpm.
try "man rpm" for more options
e.g
rpm -gc packageName-->for configuration files in package


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