On Mon, Jan 07, 2002 at 10:23:23PM -0500, John S. J. Anderson wrote: > So, is there any way to speed one's way back to a functional KDE? > Doesn't seem like 'apt-get -b source kde' is likely to work; can > anyone provide a list of packages that need to be rebuilt?
This is probably more complicated than it needs to be, but I don't know how to use all the tools really well: apt-cache showpkg libpng3 | grep libpng3 - | cut -f 1 -d "," | xargs apt-cache show | grep Source: | sort | uniq That lists all sources that depend on libpng3 not all of which will need to rebuilt. Chris