Gentoo Archives: gentoo-user

From: ABCD <en.ABCD@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: dependencies tool
Date: Tue, 14 Apr 2009 13:22:42
Message-Id: gs22m1$ge$1@ger.gmane.org
In Reply to: Re: [gentoo-user] dependencies tool by Jacques Montier
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Jacques Montier wrote:
5 > Daniel Pielmeier a gentiment tapote:
6 >> 2009/4/14 Jacques Montier <jacques.montier@×××××××××××.fr>:
7 >>
8 >>
9 >>> As udept seems no longer maintened (hard masked), do you know a good
10 >>> dependencies (and reverse) command line package tool ?
11 >>>
12 >> emerge --depclean --pretend --verbose [atom] [1]
13 >>
14 >> [1] http://www.gentoo.org/proj/en/portage/doc/faq.xml
15 >>
16 >>
17 > Thank you for your response, so i tried :
18 >
19 > 1-
20 > emerge --depclean --pretend --verbose xfce4
21 > Calculating dependencies ... done!
22 >
23 >>>> These are the packages that would be unmerged:
24 >
25 > xfce-base/xfce4
26 > selected: 4.4.3
27 > protected: none
28 > omitted: none
29 >
30 >>>> 'Selected' packages are slated for removal.
31 >>>> 'Protected' and 'omitted' packages will not be removed.
32 >
33 > Packages installed: 1051
34 > Packages in world: 241
35 > Packages in system: 51
36 > Required packages: 1050
37 > Number to remove: 1
38 >
39 > 2- I went to http://gentoo.linuxhowtos.org/portage, selected
40 > xfce-base/xfce4, then reverse dependencies, I got :
41 >
42 >
43 > The following packets depend on xfce-base/xfce4
44 >
45 [snip a long list of packages]
46 >
47 > Well, it seems quite different isn't it ??
48 >
49 > Any idea ?
50 >
51 > Thanks,
52 >
53 > cheers
54
55 The difference is that nothing actually depends on xfce-base/xfce4 - the
56 packages that were listed depend on packages that have names that *start
57 with* "xfce-base/xfce4" (such as "xfce-base/xfce4-panel"). The
58 - --depclean output says that you have no packages currently installed
59 that depend directly on "xfce-base/xfce4" - not that you have no
60 packages install that depend on "xfce-base/xfce4-panel", etc.
61
62 - --
63 ABCD
64 -----BEGIN PGP SIGNATURE-----
65 Version: GnuPG v2.0.11 (GNU/Linux)
66 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
67
68 iEYEARECAAYFAknkjeYACgkQOypDUo0oQOpXBACg1GQGl5IxClW2/ho7VyszDFHy
69 zL0AnjiqRVsMWGDv6Uf5s4G0pno4L/VG
70 =qLpM
71 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-user] Re: dependencies tool Jacques Montier <jacques.montier@×××××××××××.fr>