Dkpg

From Hackepedia
Revision as of 01:04, 28 November 2012 by Franks (talk | contribs) (Created page with " If you're using a Debian based operating system with dpkg, and you want to do a re-install, try the following: # dpkg --get-selections > installed.software.log and th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If you're using a Debian based operating system with dpkg, and you want to do a re-install, try the following:

# dpkg --get-selections > installed.software.log

and then on the new system

# dpkg --set-selections < installed-software.log
# dselect