2

Is there a simple yum command or some other that indicates where abouts the files belonging to a particular package have been installed?

nedned
  • 151
  • 7

2 Answers2

3
rpm -ql packagename
womble
  • 96,255
  • 29
  • 175
  • 230
0

Looks like this is another way of doing it too:

$ rpm -q --filesbypkg packagename

nedned
  • 151
  • 7