0

To install programs in Ubuntu I usually do sudo apt-get install <program_name> -y.

There are some particular programs I install that ask me non-password configuration questions.

For example, after doing sudo apt-get install postfix -y I was asked for particular Postfix set of configurations, although the default was just fine to me.

How can one make sure an install that asks non password question won't ask it nothing? Surly, the only reason is to automate a few, particular installation processes.

Note: The solution I seek is per program, not global.

0 Answers0