Hi all,

I'm trying to install sssd, which i've done on a bunch of other kali machines, but this new batch is giving me the following error. I haven't seen this before. I have done an apt-get update prior to the install attempt.



root@machine:~# apt-get install sssd
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:
samba-libs : Breaks: sssd-ad-common (< 2.3.0) but 2.2.3-3 is to be installed
E: Unable to correct problems, you have held broken packages.[/I][/I]

This is from the /etc/os-release file,

PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2020.3"
VERSION_ID="2020.3"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian

Thanks in advance for any information.