Summary: | space delim of packages with emerge --exclude doesn't function | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | tdr <ted.d.rodgers> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | minor | CC: | floppym |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
tdr
2022-10-16 22:18:34 UTC
You need to put quotes around the list so that your shell interprets it as a single argument. eg. emerge -vpDNu @world --exclude "sys-devel/gcc sys-kernel/gentoo-sources" |