LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   files / directories are created when we install a RPM (https://www.linuxquestions.org/questions/linux-software-2/files-directories-are-created-when-we-install-a-rpm-673056/)

vikas027 09-29-2008 07:49 AM

files / directories are created when we install a RPM
 
Hi all,

Is there a way to find out which files / directories are created (or modified) when we install a RPM.

Thanks in advance.

Regards,
VIKAS

CRC123 09-29-2008 08:32 AM

The rpm query options allow you to run a query on an uninstalled rpm:
Code:

rpm -qlp <rpm file>
The 'q' signifies you want to query
The 'l' will list all files included in the rpm
the 'p' will let you query an uninstalled rpm file

theYinYeti 09-29-2008 08:32 AM

rpm -ql package | less

Yves.

vikas027 09-29-2008 09:59 AM

Thanks to all.


All times are GMT -5. The time now is 09:39 AM.