[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get reinstall all



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 to: