host1:~# dpkg --get-selections > /tmp/dpkg.txt
host1:~# head /tmp/dpkg.txt
a2ps install
acpi install
acpi-support install
acpi-support-base install
acpid install
adduser install
adobe-flashplugin install
adobereader-enu install
akregator install
alien install
Transfer this (dpkg.txt) file to the target system (already installed as a minimal) and run:
host2:~# dpkg --set-selections < /tmp/dpkg.txt
host2:~# apt-get -u dselect-upgrade
And Voila ! - apt-get will download and install all the requested package.
No comments:
Post a Comment