Ubuntu packages
From Teknologisk videncenter
See installa packages
dpkg --get-selections >> /tmp/installed_pkg.lstInstall a new Ubuntu with same packages
scp heth@old.server.com:/tmp/installed_pkg.lst /tmp
dpkg --get-selections < /tmp/installed_pkg.lst
apt-get install dselect
dselectIn the dselect menu select menu item 3 - Install