CentOS 5.3

I have been installing some packages using

rpm -ivh package

However, I am just wondering what command I can use to find the path of where the packages are installed.

Many thanks,

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

rpm -ql package should give you a list of all files installed for a given package.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.