Viniendo de Trusty, estaba acostumbrado a ldapsearch pero no lo tengo instalado en mi nueva instalación de Xerus:
El programa 'ldapsearch' actualmente no está instalado. Puede instalarlo escribiendo:
sudo apt install ldap-utils
Pero desafortunadamente esto resulta en un conflicto apto que no sé cómo resolver.
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.
¿Qué debo hacer para instalar ldapsearch ?
sudo apt update
una vez más (si aún no lo ha hecho).
sudo apt install -f
luego intente instalar nuevamente.