[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: purging packages in rc state



Em Qui, 2005-02-17 às 17:57 +0100, Bob Alexander escreveu:
> dpkg -l |grep ^rc shows quite a few packages.
> 
> neither dpkg --purge --pending
> 
> nor
> 
> dpkg -Pa
> 
> removes them (and the configs).
> 
> How to ?
> 
> TIA,
> Bob
> 

COLUMNS=200 dpkg -l | awk '/^rc/ {print $2}' | xargs dpkg --purge

-- 
Miguel Di Ciurcio Filho
Linux Professional ID 22833
Linux User # 347217



Reply to: