Re: calculating rpm installation order FC6/CentOS-5
Jason L Tibbitts III <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "SV" == Skahan, Vince <[email protected]> writes: SV> I'm looking to predict what yum will do in terms of calculating an SV> ordered list of rpms to install into some human-readable format SV> ala what pkgorder used to do ? Pungi's gather phase will take a package list (plus I believe the contents of @base) and calculate the entire dependency footprint. You may be able to get an ordering from the logfile produced. I have used this for playing with generating minimum installable distros (as well as spinning all of my custom install trees). - J<