From: "Tomasz Lutelmowski" <tomek@lutel.pl>
To: gentoo-server@lists.gentoo.org
Subject: [gentoo-server] small tip how to really "emerge world"
Date: Mon, 15 Sep 2008 09:51:22 +0200 [thread overview]
Message-ID: <20080915074256.M48398@lutel.pl> (raw)
Hi,
If you want to get list of all possible updates after "emerge --sync",
# emerge -puDvNt world
...might be not enough. If it returns "0 packages" to update, try also this
(it takes very long time to finish, requires app-portage/portage-utils)
# for f in `qlist -IC`; do emerge -puDvNt $f | grep ebuild; done
Regards,
Tomek
next reply other threads:[~2008-09-15 7:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-15 7:51 Tomasz Lutelmowski [this message]
2008-09-15 11:57 ` [gentoo-server] small tip how to really "emerge world" Andreas Prieß
2008-09-15 12:37 ` Tomasz Lutelmowski
2008-09-15 13:35 ` Kent Fredric
2008-09-15 14:35 ` Marius Mauch
2008-09-15 15:01 ` Andrew Gaffney
2008-09-16 2:14 ` Bryce Porter
2008-09-16 8:02 ` Mark
2008-09-16 8:59 ` Kent Fredric
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=20080915074256.M48398@lutel.pl \
--to=tomek@lutel.pl \
--cc=gentoo-server@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