wounded in the line of duty
Okay. Now my issue against apt. When you look for an libraries which is needed in an package you can use in RHEL/CentOS environments
up2date --whatprovides=lib.so.5.2
or
yum provides lib.so.5.2
This shows which packages provides that specific file. apt does not have this feature as far as I know.
More information about formatting options
Okay. Now my issue against
Okay. Now my issue against apt. When you look for an libraries which is needed in an package you can use in RHEL/CentOS environments
up2date --whatprovides=lib.so.5.2
or
yum provides lib.so.5.2
This shows which packages provides that specific file. apt does not have this feature as far as I know.