Is there a simple yum command or some other that indicates where abouts the files belonging to a particular package have been installed?
2 Answers
rpm -ql packagename - I think that does the reverse of what I want. It looks like you give it a file, and it tells you which package it belongs to.nedned– nedned2009-10-23 03:29:59 +00:00Commented Oct 23, 2009 at 3:29
- Good grief, you're right. Too quick off the keyboard.2009-10-23 03:50:31 +00:00Commented Oct 23, 2009 at 3:50
- All fixed now. Sorry 'bout that.2009-10-23 03:51:07 +00:00Commented Oct 23, 2009 at 3:51
- yep, that does it :) I wonder why one might want to use the other way that I found.nedned– nedned2009-10-23 05:26:21 +00:00Commented Oct 23, 2009 at 5:26