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をインストールするにはどうすればよいですか?
おそらく
—
muru 2017年
sudo apt update
もう一度実行する必要があります(まだ実行されていない場合)。
sudo apt install -f
インストールしてみてください。