Đến từ Trusty, tôi đã quen với ldapsearch nhưng tôi chưa cài đặt nó trên bản cài đặt Xerus mới của mình:
Chương trình 'ldapsearch' hiện chưa được cài đặt. Bạn có thể cài đặt nó bằng cách gõ:
sudo apt install ldap-utils
Nhưng thật không may, điều này dẫn đến một cuộc xung đột apt mà tôi không biết làm thế nào để giải quyết.
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.
Tôi nên làm gì để cài đặt ldapsearch ?
sudo apt update
lại một lần nữa (nếu chưa chạy).
sudo apt install -f
sau đó thử cài đặt lại.