Исходя из Trusty, я привык к ldapsearch, но он не установлен на моей новой установке Xerus:
Программа 'ldapsearch' в настоящее время не установлена. Вы можете установить его, набрав:
sudo apt install ldap-utils
Но, к сожалению, это приводит к удачному конфликту, который я не знаю, как решить.
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.
Что я должен сделать, чтобы установить ldapsearch ?
sudo apt update
еще раз (если еще не запущен).
sudo apt install -f
потом попробуйте установить снова.