How to Find Which Package Provides a File
When you need a command or library file but don’t have the package installed, you need to search for which package provides it. On Red Hat/Fedora systems, yum provides or dnf provides does this. On Debian/Ubuntu, the equivalent is apt-file. Red Hat, Fedora, and CentOS (DNF/YUM) Use dnf provides (or yum provides on older systems):…
