Query Installed Files from Package and Package for Installed File in Fedora

How to query installed files from a package and query which package one installed file is in will be introduced.

Query installed files from a package

$ rpm -ql package_name

Query which package a installed file is in

$ rpm -qf /full/path/to/installed/file

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

Your email address will not be published. Required fields are marked *