I am trying to install "libvirt-daemon-system" on my Ubuntu 20.04 in virtual machine, but am getting the below errors
My System has Python 3.10.11 installed already.The aim is to setup and start libvirtd.service.KVM virtualization is already enabled in the system.
sudo apt install --reinstall libvirt-daemon-systemReading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies. libvirt-daemon-system : Depends: polkitd but it is not installable Depends: polkitd-pkla but it is not installable Recommends: mdevctl but it is not going to be installedE: Unable to correct problems, you have held broken packages.
Tried installing polkitd, but that's also failed
sudo apt install polkitdReading package lists... DoneBuilding dependency tree Reading state information... DonePackage polkitd is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceE: Package 'polkitd' has no installation candidate
I have received the same response for all dependencies above.Could someone suggest what we are missing here.