On Sun, 2002-01-06 at 12:05, Tollef Fog Heen wrote:

> dpkg -l  | awk '/^i/ {print $2}' |xargs apt-get --reinstall install

dpkg --get-selections | egrep '[[:space:]]install$' | cut -f 1 | xargs apt-get 
install --reinstall




Reply via email to