[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Scripting Apt-Get (pop-up screens, e.g. with kernel updates)



Karl E. Jorgensen wrote:
> # DEBIAN_FRONTEND=noninteractive apt-get install whatever

In addition to this to be truly batch mode you may want to set
DEBCONF_ADMIN_EMAIL="" too.

  # DEBCONF_ADMIN_EMAIL="" DEBIAN_FRONTEND=noninteractive apt-get install -q -y whatever

That will prevent email from being generated for those operations that
would generate it.

Bob



Reply to: