On 10/29/22 12:09, David Haller wrote:
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
Wonderfully simple, thank you

Reply via email to