I am trying to install Ubuntu (the latest) as a AD-Server in a test Windows server domain. I am following this tutorial but it is somewhat old.
When arriving at minute 14, I am lost. I need to install the following (don't know why):
sudo apt-get install git build-essential libacl1-dev libattr1-dev libblkid-dev libgnutls-dev libreadline-dev python-dev python-dnspython gdb pkg-config libpopt-dev libldap2-dev dnsutils libbsd-dev attr krb5-user docbook-xsl libcups2-dev libpam0g-dev ntp -y
but it is giving me the following error:
libgnutls-dev has no installation candidate
So I tried Unable to install libgnutls-dev on new 16.04LTS machine but with no luck.
Anyone who can help me with this what I am doing wrong?
libgnutls-dev
certainly exists in Xenial but it was renamed tolibgnutls28-dev
in Bionic. – David Foerster Jul 23 '18 at 15:21samba
should be enough. See https://help.ubuntu.com/lts/serverguide/samba-dc.html for more. – David Foerster Jul 23 '18 at 15:35