RPM - Redhat Package Manager…
What package owns a file:
rpm -ql /path/to/file
What files belong to a package
rpm -ql package_name
Verifying a package (note that this will be silent if there are no errors)
rpm -V package_name
http://www.tfug.org/helpdesk/linux/rpm.html