什么“debconf:延迟软件包configuration,因为apt-utils没有安装”是什么意思?

我刚刚安装了Debian,当我看到这个消息时,我只是使用apt-get instal安装一些软件包:

debconf: delaying package configuration, since apt-utils is not installed 

这是什么意思? 而一旦我已经安装apt-utils如何configuration包?

    apt-utils包含/usr/bin/apt-extracttemplates程序,当程序包需要询问有关如何configuration的问题时使用该程序。 这个包是优先级:重要,意味着它应该真正安装,除非在极less数情况下。

    如果有configuration挂起, dpkg-reconfigure [package]将执行它。 如果你错过了configuration一些软件包,但不知道是哪一个,请运行dpkg-reconfigure -au来通过(a)ll(u)nseenconfiguration问题。