[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Need 6.0 Library Files
- From: Tuff Guy <wd unx dec com>
- To: axp-list redhat com
- Subject: Re: Need 6.0 Library Files
- Date: Wed, 02 Jun 1999 17:15:54 -0400
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]
[]