Skip navigation.
Home
Computer Information for the non-computer literate.....

Operating System

Information specific to Operating Systems

Cloning a Debian System

Sometimes when you're building a system, you want to be able to close the list of packages that are installed on another system.

Debian provides some great utitlities to manage their packaging system (apt, synaptic, etc). They also provide the dpkg suite of utilities as well. In this case, the command:

dpkg --get-selections

will return a list of packages that are currently installed on the system.

Syndicate content