>>>>> On Tue, 26 Oct 2004 15:24:34 -0400, John Paul Lorenti <[EMAIL PROTECTED]> said:
> How do those of you that installed a sizable number of Debian boxes
> manage your package updates? I'm trying to figure out how to get around
> apt-get needing you to sit there and answer the same questions for each
> package on each box in a group of identically configured machines.
One simple method is to use these three commands on every
computer. You will see no more questions.
export DEBIAN_FRONTEND=noninteractive
apt-get update; apt-get upgrade
--
regards Thomas