You are not logged in.
I'm getting the following error messages when trying to install this particular packages:
For virt-manager
The following packages have unmet dependencies:
python3-libvirt : Depends: libvirt0 (>= 7.0.0) but 6.7.0-3+devuan1 is to be installed
E: Unable to correct problems, you have held broken packages.
And for qemu-kvm
The following packages have unmet dependencies:
qemu-kvm : Depends: qemu-system-x86
E: Unable to correct problems, you have held broken packages.
This last one surprises me the most given qemu-system-x86 is already installed.
I had both packages installed until last weekend, when I had to perform a fresh Devuan install to solve some problems with my wireless card.
Do I have to wait for the proper libvirt0 version to be available from the main repo?
Last edited by nicogarcia95 (2021-03-03 00:39:57)
Offline
Why not just use qemu-system-x86_64 -enable-kvm or qemu-system-i386 -enable-kvm directly?
*๐๐๐๐๐๐!*
Offline
The /usr/bin/kvm wrapper script has been incorporated into the qemu-system-$arch packages for testing/unstable so qemu-kvm is now just a virtual package that lists qemu-system-$arch as a dependency.
@OP: what is the disposition of your sources?
apt policy
apt policy libvirt0
Have you tried
# aptitude install virt-manager
^ That might find a reasonable solution if there are dependency issues.
Brianna Ghey โ Rest In Power
Offline
Why not just use qemu-system-x86_64 -enable-kvm or qemu-system-i386 -enable-kvm directly?
These commands helped to ensure qemu service is actually installed and runs correctly, however I need some particular features present in virt-manager interface to perform some VM configuration.
Have you tried
# aptitude install virt-manager
^ That might find a reasonable solution if there are dependency issues.
Performing this command solves the dependency issue by removing libvirt0, but the main problem persisted since virt-manager package seems to depend on that newer libvirt0 version not yet present in the main repo. I ended up rolling back to a fresh beowulf workspace and installed both packages with no problems.
Last edited by nicogarcia95 (2021-03-03 03:10:13)
Offline
I'm having the same issue after dist-upgrading to current stable (Chimaera).
libvirt-daemon-system : Depends: libvirt-daemon (= 7.0.0-3+devuan3) but it is not installable
E: Unable to correct problems, you have held broken packages.
After apt searching libvirt-daemon it seems like it's already installed and on the correct version.
apt search libvirt-daemon
Sorting... Done
Full Text Search... Done
libvirt-daemon/stable,now 7.0.0-3+devuan3 amd64 [installed]
Any ideas?
Offline