If you don’t have repoquery you’ll need to install it first:
% yum install yum-utilsThen you can run it like so:
% repoquery --list *package*repoquery writes the list of files for the specified package to standard output. For example, to see the files installed by the nmh package, use:
% repoquery --list nmh
/etc/nmh
/etc/nmh/MailAliases
/etc/nmh/components
/etc/nmh/digestcomps
/etc/nmh/distcomps
...
#Referenced from http://cimarron-taylor.appspot.com/html/0901/090107-yum.html
Sunday, October 9, 2011
Subscribe to:
Post Comments (Atom)
Thank you very much.
ReplyDelete