Wednesday, May 15, 2013

find a missing library

# yum provides "*/(file)"

Is used to find out what package provides a certain file. This is especially useful when you are compiling some code and get an error like "error: libbluetooth.so.2 not found, exiting."

Example: yum provides "*/libbluetooth.so.2"

No comments: