6Mar/140
update all packages under same category (for example KDE) with emerge
from eix --help
:
-#, --only-names --pure-packages with format/ -I, --installed Next expression only matches installed packages. -C, --category category
The emerge
command:
emerge -av $(eix -I#C kde-base)
Leave a comment