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@xxxxxxxxxx >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 _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list