Venendo da Trusty, ero abituato a ldapsearch ma non l'ho installato sulla mia nuova installazione di Xerus:
Il programma 'ldapsearch' non è attualmente installato. Puoi installarlo digitando:
sudo apt install ldap-utils
Ma sfortunatamente questo si traduce in un conflitto adatto che non so come risolvere.
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.
Cosa devo fare per installare ldapsearch ?
sudo apt update
nuovo (se non già eseguito).
sudo apt install -f
quindi prova a installare di nuovo.