Files
oam/knowledge base/rpm.md
2022-04-18 00:10:29 +02:00

547 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

Further readings