public inbox for gentoo-server@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-server] small tip how to really "emerge world"
@ 2008-09-15  7:51 Tomasz Lutelmowski
  2008-09-15 11:57 ` Andreas Prieß
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tomasz Lutelmowski @ 2008-09-15  7:51 UTC (permalink / raw
  To: gentoo-server

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-09-16  8:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15  7:51 [gentoo-server] small tip how to really "emerge world" Tomasz Lutelmowski
2008-09-15 11:57 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox