On Mon, 2 Aug 2021 at 12:01, Dr Rainer Woitok <rainer.woi...@gmail.com> wrote: > This caused me to make a mental note to always pipe the output from com- > mand "emerge --depclean" into "less". However, this didn't work. There > was only a single package to be removed causing "less" to simply termin- > ate without further action, but "emerge" just stalled and never asked me > whether or not to continue. > > Any thoughts about how to solve this?
Depends what you were trying to solve when piping to less. I would run --depclean --ask or --depclean --pretend. Personally, I often have packages installed temporarily with --oneshot, so I run depclean with pretend, and then just emerge -C <list of packages I don't want to keep copied directly from the depclean output> Regards, Arve