On Sun, Dec 12, 2004 at 03:59:08AM +0100, Adeodato Simó wrote: > $ 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.
Thankyou, looks like it should work, I'll compare it with my guesses tomorrow and try it out :) Might need to make it "kdelibs4 libarts1" for the full KDE effect perhaps ? $ comm -12 <(apt-cache rdepends kdelibs4 libarts1 | tr -d ' ' | sort -u) \ <(grep-status -Fstatus 'install ok installed' -ns package | sort) Nick