Originally Posted By: peter
Code:
apt-get --reinstall install `dpkg-query -W -f '${Package}\n'`

..? Or perhaps this is the ideal time to upgrade to Lenny?

Peter


It was upgrading to Lenny that broke it -- the VPS hypervisor barfed...

As an aside, I came up with the following:

Code:
dpkg --get-selections | grep \\binstall\\b | cut -f1 | xargs aptitude reinstall

_________________________
-- roger