Gentoo Archives: gentoo-user

From: Peter Ziobrzynski <pzi@×××.net>
To: gentoo-user@l.g.o
Cc: pzi@×××.net
Subject: [gentoo-user] howto list packages that depend on the package?
Date: Mon, 12 Sep 2005 19:54:09
Message-Id: 4325D7DA.2010405@pzi.net
1 Is there a way to get the list of packages that depend on a package
2 (dependent packages) then doing grep through the /var/db/pkgs like that?
3
4 cd /var/db/pkg
5 find . -name DEPEND | xargs grep avifile
6
7 Unfortunately this only lists locally installed packages.
8
9 The reverse operation for finding a list of dependent packages for a
10 package is provided with 'emerge --emptytree -p mozilla'. Is there
11 something like that for the first question?
12 --
13 Peter Ziobrzynski, mailto:pzi@×××.net
14 --
15 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] howto list packages that depend on the package? Willie Wong <wwong@×××××××××.EDU>
Re: [gentoo-user] howto list packages that depend on the package? Peter Ziobrzynski <pzi@×××.net>