Unattended install of krb5-user on Ubuntu 16.04

后端 未结 1 921
抹茶落季
抹茶落季 2021-02-18 21:41

So, when running:

sudo apt-get install krb5-user

You are asked to enter the AD/LDAP domain. The problem is that I want this to be able to be ru

相关标签:
1条回答
  • 2021-02-18 21:52

    For an unattended installation try setting DEBIAN_FRONTEND variable to noninteractive with:

    export DEBIAN_FRONTEND=noninteractive

    And pass the -y flag to apt-get:

    apt-get install -y krb5-user

    0 讨论(0)
提交回复
热议问题