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
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