On Tuesday, 17 February 2026 13:02:15 Greenwich Mean Time prg wrote: > On Tue, 17 Feb 2026 13:41:31 +0100 > > Pascal Schorde <[email protected]> wrote: > > Hi list, > > > > when running --depclean, emerge outputs the entire dependency graph > > to stdout, which quickly fills up the terminal buffer. The -q flag > > doesn't suppress this output — it only shortens the list of > > packages to be removed. Is there a way to skip this output, or is > > this a missing feature? > > > > Thanks in advance > > Do you have -v/--verbose in EMERGE_DEFAULT_OPTS? Try --verbose=n then.
You can run 'emerge --depclean -p -v | less' to be able to move up/down to inspect the full output, after the command has completed producing its output (it takes a few seconds). Alternatively, you can your command(s) within screen[1], or tmux[2] and use the appropriate keybinding to jump up/down in the buffer. [1] https://wiki.gentoo.org/wiki/Screen [2] https://wiki.gentoo.org/wiki/Tmux
signature.asc
Description: This is a digitally signed message part.

