Vindo de Trusty, eu estava acostumado a ldapsearch, mas não o tenho instalado na minha nova instalação da Xerus:
O programa 'ldapsearch' não está instalado no momento. Você pode instalá-lo digitando:
sudo apt install ldap-utils
Mas, infelizmente, isso resulta em um conflito adequado que não sei como 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.
O que devo fazer para instalar o ldapsearch ?
sudo apt update
novamente (se ainda não estiver executando).
sudo apt install -f
e tente instalar novamente.