Find out what package provides a specific file
For example you want to install lsb_killproc but do not want to install the whole 100mb-suite of redhat-lsb. Use this command:
$> yum whatprovides */lsb_killproc
You then figure out that redhat-lsb-core is the more exact package needed !
Recent Comments