Use eix to find packages without useflag

Post Reply
User avatar
Mazzz79
Site Admin
Posts: 47
Joined: Fri Feb 05, 2016 5:37 pm
Location: Sweden
Contact:

Use eix to find packages without useflag

Post 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}


Post Reply