Ich komme von Trusty und war an ldapsearch gewöhnt , habe es aber auf meiner neuen Xerus-Installation nicht installiert:
Das Programm 'ldapsearch' ist derzeit nicht installiert. Sie können es installieren, indem Sie Folgendes eingeben:
sudo apt install ldap-utils
Leider führt dies zu einem passenden Konflikt, den ich nicht lösen kann.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ldap-utils : Depends: libldap-2.4-2 (= 2.4.42+dfsg-2ubuntu3) but 2.4.42+dfsg-2ubuntu3.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Was soll ich tun, um ldapsearch zu installieren ?
sudo apt update
noch einmal ausführen (falls nicht bereits ausgeführt).
sudo apt install -f
es erneut.