No, the commands Jim was after (finally found them!) are - to list
installed packages
dpkg --get-selections "*" > Desktop/applications
and to reinstall them
sudo apt-get update
sudo dpkg --set-selections < Desktop/applications
sudo apt-get -u dselect-upgrade