[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Need 6.0 Library Files



This method is way to complicated.

find . -name '*rpm' -print -exec rmp -qp --provides {} \;

will give you a list of dependencies that the given rpm file supplies.

q is for query mode
p is for uninstalled rpm.

you can also do a --whatprovides as well if my memory serves me right.
check the syntax to make sure.

-- 
---Tuff Guy....

I'm as Tuff as they come!!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []