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

Re: kde 3.3.x



* Nick Leverton [Sun, 12 Dec 2004 02:51:46 +0000]:

> Is there an easy way to see what installed packages (but only the
> installed ones) require kdelibs4 ?  It would simplify upgrading only KD
> to sid - unless someone has a better way :)

  (I hate this, but there you go. Assumes $BASH.)

  $ comm -12 <(apt-cache rdepends kdelibs4 | tr -d ' ' | sort) \
    <(grep-status -Fstatus 'install ok installed' -ns package | sort)

  other people may have more interesting suggestions as to how to
  upgrade only kde, I've never had to do it.

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
It is impossible to make anything foolproof because fools are so ingenious.



Reply to: