mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
544 B
544 B
The RPM package manager
TL;DR
# list all installed packages
rpm --query --all
# list files installed by a package
rpm --query --list package
# find the package owning a file
rpm --query --file /usr/bin/file