Andrew Furey wrote: > I think you're looking for deborphan. It's in woody. > 'Tis very handy. Yes indeedy, that was it. sudo apt-get install deborphan sudo apt-get remove $(deborphan) was all that was required, making sure that nothing unexpected was being removed. Many thanks.