Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


find_out_what_rpm_package_provides_a_library

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

find_out_what_rpm_package_provides_a_library [2012/06/18 14:16] – created juckinsfind_out_what_rpm_package_provides_a_library [2012/06/18 14:16] (current) juckins
Line 1: Line 1:
 +To find out what library is provided by an RPM package, try this:
 +
 <code> <code>
 locate libg2c.so|xargs rpm -qf | sort | uniq locate libg2c.so|xargs rpm -qf | sort | uniq
 </code> </code>
  
find_out_what_rpm_package_provides_a_library.txt · Last modified: 2012/06/18 14:16 by juckins