Page 1 of 1

Use eix to find packages without useflag

Posted: Tue Aug 20, 2024 5:24 am
by Mazzz79
Just to check

Code: Select all

eix --only-names --installed-without-use "USE_FLAG"
To create list. (Change NAME and USE_FLAG)

Code: Select all

export INSTALLED_NAME_PACKAGES=$(eix --only-names --installed-without-use "USE_FLAG")
To preview

Code: Select all

emerge -pv ${INSTALLED_NAME_PACKAGES}