Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


find_out_what_rpm_package_provides_a_library

To find out what library is provided by an RPM package, try this:

locate libg2c.so|xargs rpm -qf | sort | uniq
find_out_what_rpm_package_provides_a_library.txt · Last modified: 2012/06/18 14:16 by juckins