Re: showing dependency trees

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

 



Rajeesh K Nambiar wrote:
> 2009/8/24 Björn Persson <bjorn@xxxxxxxxxxxxxxxxxxxx>:
> > That's not all that quick. There ought to be a tool for this. Given a
> > package name it should print the dependency tree for that package. It
> > could have an option to suppress packages in the base set. Couldn't Yum
> > be taught to answer that kind of queries?
>
> I'm not sure this is exactly what you want, but I was using this in my
> .bashrc:
>
> function dependencylist
> {
>     yum groupinfo Base | grep -v Packages | sed 1,12d | awk '{print
> $1}' > BaseList; yum deplist "$*" | grep provider | awk '{if("grep -q
> $2 BaseList") print $2}' | sort | uniq
> }

If I understand that function right, it lists only the direct dependencies of 
a given package, not the dependencies of the dependencies, so it won't help 
with discovering situations like the one that prompted this discussion.

Björn Persson

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux