public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Neil Bothwick <neil@digimed.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] couple of newbie questions about emerge
Date: Sun, 7 Jan 2007 14:49:41 +0000	[thread overview]
Message-ID: <20070107144941.6232c536@krikkit.digimed.co.uk> (raw)
In-Reply-To: <17824.44410.827795.379755@ccs.covici.com>

[-- Attachment #1: Type: text/plain, Size: 1408 bytes --]

On Sun, 7 Jan 2007 03:21:14 -0500, John covici wrote:

> 1)  Any way to get a package list as one line per package like
>     debian's dpkg -l or rpm's rpm -qa ?  The --info gives info about
>     the system, but does not seem to give a list of packages.  

equery, as already mentioned, or eix with the -i and -c options.
 
> 2)  How do I ensure that all dependencies of a package are updated --
>     does --update --deep do this and would --update --deep world or
>     system do this?

Lets say A depends on B which in turn depends on C. emerge --update world
will update A and B, but not C unless A or B's updates REQUIRE a layer C.
Adding --deep will update C too (and D,E,F...)

> 3)  Where are the packages listed for system?  For instance I
>     installed coldplug and it installed pciutils, but that package is
>     not listed in world -- should it be?  Or is it a system package?

In your profile. the easiest way to list them is with "emerge -ep system".

Emerging coldplug added it to your world file (/var/lib/portage/world).
pciutils was installed as a dependency, so it is not listed in world (or
system). If you uninstall coldplug (and any other packages depending on
pciutils) emerge --depclean  will remove pciutils , always use the -p
option with depclean first.


-- 
Neil Bothwick

Did you hear about the blind prostitute? You have to hand it to her.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

      parent reply	other threads:[~2007-01-07 14:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-07  8:21 [gentoo-user] couple of newbie questions about emerge John covici
2007-01-07  8:54 ` Dale
2007-01-07 12:25   ` b.n.
2007-01-07  9:02 ` Daniel Iliev
2007-01-07 11:33   ` John covici
2007-01-07 15:02   ` Norman Rieß
2007-01-07 21:16   ` Bo Ørsted Andresen
2007-01-07 21:46     ` Dale
2007-01-07 14:49 ` Neil Bothwick [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070107144941.6232c536@krikkit.digimed.co.uk \
    --to=neil@digimed.co.uk \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox