apt-get install debconf-utils # replace with tabulator key for i in $(debconf-show ${PACKAGE} | grep "*" | cut -d" " -f2 | cut -d":" -f1); do debconf-get-selections | egrep "$i"; done