I know I can find out what is installed by running
dpkg -l | grep ^ii | awk '{print $2}' > installed_list
But how can I use that list as a starting point to install the same packages onto another machine?
Is it:
dpkg --set-selections < installed_list
or something else?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]