Gentoo Archives: gentoo-user

From: Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to display all dependencies?
Date: Thu, 05 Apr 2012 10:49:44
Message-Id: 4F7D7855.9070904@fu-berlin.de
In Reply to: [gentoo-user] How to display all dependencies? by Helmut Jarausch
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On 05.04.2012 12:13, Helmut Jarausch wrote:
5 > Hi,
6 >
7 > is there a command which shows all dependencies of a package?
8 >
9 > Unfortunately, qdepends doesn't do the job, e.g.
10 >
11 > qdepends kde-base/kde-meta shows no dependencies at all while there
12 > are more than 200 of them.
13 >
14 > Many thanks for a hint, Helmut.
15 >
16
17 Hi,
18
19 equery can do it for you:
20
21 equery depgraph <package>
22
23 short is:
24
25 equery g <package>
26
27 The default settings are a depth of 1, showing only direct
28 dependencies. You can customise it by using --depth, e.g.:
29
30 equery g --depth=4 kde-meta
31
32 equery is part of gentoolkit
33
34 With kind regards,
35
36 Hinnerk
37 -----BEGIN PGP SIGNATURE-----
38 Version: GnuPG v2.0.19 (GNU/Linux)
39 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
40
41 iQEcBAEBAgAGBQJPfXhVAAoJEJwwOFaNFkYc0nIH/2TKmWn/86F9USfsz+H9pXJw
42 HaVAOMbJwplt5QaGgBRVzv4rDsady+NwCOW2N3q39pX9kwQv8HvN4eso8R9bCCTb
43 16X2SeXQsIE1ITDHhk8TXFQHQ43JMVsvM/rYo7HImjWwrN6HIRCtrc9uaRILtzjW
44 LJVHrvVQ+/hDGNxNrjNKOp7Md8dslxRz10ge2yTU5VQY5A8uMKLrkAZOmZzZHSjy
45 rh3iaFVQr0vPsw6z8krOmHCqCdg1NGsWcnglQUXmxlGbZB2mbiJKdBNISuA/60vd
46 AhbcRQQj7xHb0I553+ZSnMOkurcYEZNHEqiA20po/sMgCF2XES+Oad5WnDzNyCQ=
47 =qhba
48 -----END PGP SIGNATURE-----