Gentoo Archives: gentoo-user

From: Dale <dalek@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] couple of newbie questions about emerge
Date: Sun, 07 Jan 2007 08:58:47
Message-Id: 45A0B540.4000006@exceedtech.net
In Reply to: [gentoo-user] couple of newbie questions about emerge by John covici
1 John covici wrote:
2 > Hi. I am new to gentoo -- I have used Debian and rpm type
3 > distributions, but I have a fewquestions about emerge.
4 >
5 > 1) Any way to get a package list as one line per package like
6 > debian's dpkg -l or rpm's rpm -qa ? The --info gives info about
7 > the system, but does not seem to give a list of packages.
8 >
9
10 equery list will do that I think. emerge gentoolkit to get that
11 command, if you haven't already.
12 > 2) How do I ensure that all dependencies of a package are updated --
13 > does --update --deep do this and would --update --deep world or
14 > system do this?
15 >
16
17 Yup, emerge -uvD world should do that. Actually, that is how I update
18 mine too. It has worked so far. There is some debate about it though.
19 Some leave out the -D part.
20 > 3) Where are the packages listed for system? For instance I
21 > installed coldplug and it installed pciutils, but that package is
22 > not listed in world -- should it be? Or is it a system package?
23 >
24
25 I'll give a example. If you emerge Seamonkey. It will pull in a few to
26 a lot of dependencies. Only Seamonkey will be listed in world though.
27 The name of the package you actually put in the emerge command is listed
28 in the world file, not all the dependencies. The -D in the update
29 should take care of those though as far as keeping them updated.
30 > OK, that's it for now -- thanks much in advance for your help.
31 >
32 >
33
34 You welcome. I hope I helped.
35
36 Dale
37
38 :-) :-) :-)
39
40 --
41 www.myspace.com/dalek1967
42
43 --
44 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] couple of newbie questions about emerge "b.n." <brullonulla@×××××.com>