Hello,

On Sat, 29 Oct 2022, ralfconn wrote:
>Rather than adding the whole x11-base/xorg-apps and x11-base/xorg-fonts, I'd
>like to build a list of the x11 utilities currently installed on my systems
>to add them to world in preparation of the xorg-x11 package removal.
>
>Is anybody aware of some ready to use tool for the purpose, without
>re-inventing the wheel?

for c in x11-base/ x11-apps/; do
    eix '-I*' --format '<installedversions:NAMESLOT>' "$c"
done

HTH,
-dnh

-- 
panic("Oh boy, that early out of memory?");
        linux-2.2.16/arch/mips/mm/init.c

Reply via email to