rpm question

Gordon Messmer yinyang at eburg.com
Mon Jun 11 05:00:34 UTC 2012


On 06/09/2012 08:57 AM, JD wrote:
> Is rpm broken?
>
> # rpm -qv --whatrequires libmapi libzeitgeist

No.  From 'man rpm':
   --whatrequires CAPABILITY
     Query all packages that require CAPABILITY for proper functioning.

The arguments to whatrequires aren't package names, they're capabilities 
(which *may* be a package name).

Instead try:
rpm -qv --whatrequires libmapi libzeitgeist $(rpm -q --provides libmapi 
libzeitgeist | cut -f1 -d' ')


More information about the users mailing list