These are archived pages, most of them date back to 2007-2012. This content might not be relevant or accurate anymore.

Debian reinstall

COLUMNS=200 dpkg -l | awk '/^[hi]i/{print $2}' | xargs apt-get -y --reinstall install

or

dpkg --get-selections > packages

and later

dpkg --set-selections < packages && apt-get install
 
 
 
disorder's homepage