How to list the contents of a package using YUM?
There is a package called yum-utils that builds on YUM and contains a tool called repoquery that can do this. $ repoquery –help | grep -E “list\ files” -l, –list list files in this package/group Combined into one example: $ repoquery -l time /usr/bin/time /usr/share/doc/time-1.7 /usr/share/doc/time-1.7/COPYING /usr/share/doc/time-1.7/NEWS /usr/share/doc/time-1.7/README /usr/share/info/time.info.gz On at least one RH system, … Read more