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

Re: How to query for full name for required packages



Andreas Radke schrieb:

>I want to list all required packages by their name before installing
>some rpm. I have found "rpm -q -R foo.rpm". But that only tells me alle
>required files.
>
>Is it possible to display the required packages by their real name?
>
>I am using Mandriva so I have rpm, urpmi and smart.
>
>Andreas Radke
>
>_______________________________________________
>Rpm-list mailing list
>Rpm-list redhat com
>https://www.redhat.com/mailman/listinfo/rpm-list
>
>  
>
rpm -q -R foo.rpm | xargs rpm --whatprovides -q

It brings the best results here! Try it out.

Andreas


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