On 01/02/2014 12:55, Mick wrote: > Hi All, > > I have a couple of binary packages in a box under /usr/portage/packages that > I > no longer need. How can I selectively remove one or some of them only? > > qpkg -c www-client/chromium > > or > > eclean packages > > nukes the lot. >
man eclean the -d and -n switches let you be a little more selective just like cleaning distfiles. They deal with packages based on whether they are still in tree or you have them installed. To deal with specific versions, use rm like Nei said -- Alan McKinnon [email protected]

