There is no easy way to display the order in which a set of packages will be 
installed.

(aside)
You can do a rpm -v -v --test and scrape the order out of the debugging 
spewage. No other known way to identify the order in which packages would be 
installed by rpm.

The rpmgi interface could/should be modified to create a transaction from the 
set of package arguments, perform a topological sort, and then apply whatever 
query format is desired to the headers in the transaction in the same order 
that they would be installed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/481
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to