PDA

View Full Version : [SOLVED] install package but skip questions



francky_51
October 26th, 2009, 03:35 PM
Hi,
I would like to know if it's possible to install a package and not being asked to configure it.
For example, I would like to install ldap-utils but not being asked to enter ldap server adress.
I am building ubuntu machines with kickstart and I would like to manage package install and configuration files with cfengine.
Thanks

francky_51
October 26th, 2009, 04:07 PM
I found the solution :)

DEBIAN_FRONTEND=non-interactive aptitude install ldap-utils