Querying Package Files and Reverse Lookups in Fedora
The rpm and dnf commands let you inspect exactly which files a package installed and find the package that owns a specific file. These queries work on both the host system and inside containers like Toolbox or Distrobox. List Files from an Installed Package rpm -ql package-name This recursively lists all files and directories the…
