> > Question 4 > ========== > > I would like to roll out a standard (rich) set of packages onto each > machine, apart from going clicketty-clicketty in synaptic, what is the > easiest way of installing lots and lots of Ubuntu systems? >
1. Set one machine up the way you want it 2. dpkg --get-selections > sels 3. Copy sels to all boxen 4. dpkg --set-selections < sels && apt-get dselect-upgrade on each box