Re: Yum dep-closure command?
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <1172699615.8341.70.camel@cutter> |
On Wed, 2007-02-28 at 22:45 +0100, Jos Vos wrote: > Hi, > > Does there exist a command using yum or one of the yum-utils to calculate > the depclosed list of packages for a given list of groups and/or packages? > Note that I really mean depclosed, not depsolved, so all installed rpm > packages should not be taken into account. > > Or do I need to write a Python program for that? > > I know pungi does something similar as part of its job, but I need just > this single task now... look at repoclosure in yum-utils. I think that will do roughly what you want. -sv