Use eix to find packages without useflag
Posted: Tue Aug 20, 2024 5:24 am
Just to check
To create list. (Change NAME and USE_FLAG)
To preview
Code: Select all
eix --only-names --installed-without-use "USE_FLAG"Code: Select all
export INSTALLED_NAME_PACKAGES=$(eix --only-names --installed-without-use "USE_FLAG")Code: Select all
emerge -pv ${INSTALLED_NAME_PACKAGES}