gpt4 book ai didi

linux - 在没有用户干预的情况下使用 apt-get 安装 mailutils

转载 作者:IT王子 更新时间:2023-10-29 00:19:38 26 4
gpt4 key购买 nike

使用 apt-get 在 ubuntu 12.04 上安装 mailutils 时,有 2 次需要手动干预的情况,首先是选择站点配置,其次是输入 box 的主机名。有没有办法自动安装?我需要在许多服务器上安装该软件包,并且作为 n00b 系统管理员,我还没有找到解决方案。我可以从源代码制作和安装,但是它还有其他问题。谢谢。

最佳答案

您可以使用 debconf-set-selections 来预选答案:

$ debconf-set-selections <<< "postfix postfix/mailname string your.hostname.com"
$ debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
$ apt-get install -y mailutils

关于linux - 在没有用户干预的情况下使用 apt-get 安装 mailutils,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15469343/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com