当我看到这条消息时,我刚刚安装了Debian,我正在使用apt安装一些软件包:
debconf: delaying package configuration, since apt-utils is not installed
这是什么意思?一旦我安装了apt-utils,如何配置软件包?
发布于 2012-02-10 21:00:21
apt-utils包含/usr/bin/apt-extracttemplates
程序,当包需要询问如何配置时使用该程序。这个软件包是优先的:重要,意味着它应该真正安装,除非在罕见的情况下。
如果有配置挂起,dpkg-reconfigure [package]
将执行它。如果您错过了配置许多包,并且不知道是哪个包,请运行dpkg-reconfigure -au
来通过(a)ll (U)个见过的配置问题。
https://serverfault.com/questions/358943
复制相似问题