Error trying to install incus on Debian 12 bookworm

I got this error trying to install incus on Debian 12 bookworm:

$ sudo apt install incus/bookworm-backports
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Selected version '6.0.3-4~bpo12+1' (Debian Backports:stable-backports [amd64]) for 'incus'
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:
 qemu-system-x86 : Depends: qemu-system-common (= 1:9.2.2+ds-1~bpo12+1) but 1:7.2+dfsg-7+deb12u12 is to be installed
                   Depends: qemu-system-data (> 1:9.2.2+ds~) but 1:7.2+dfsg-7+deb12u12 is to be installed
                   Depends: seabios (> 1.16.3-1~) but 1.16.2-1 is to be installed
                   Recommends: qemu-utils but it is not going to be installed
                   Recommends: ovmf but it is not going to be installed
                   Recommends: qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1) but it is not going to be installed
                   Recommends: qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1) but it is not going to be installed
                   Recommends: qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1) but it is not going to be installed
                   Recommends: qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

What can I try to fix this problem?

Cheers

If you want to run VMs in Incus, you need to install a newer version of qemu from backports as well:

sudo apt install incus/bookworm-backports qemu-system-x86/bookworm-backports qemu-system-common/bookworm-backports qemu-system-data/bookworm-backports seabios/bookworm-backports

However, if you only care to run containers in Incus, you can install just incus-base:

sudo apt install incus-base/bookworm-backports

Thank you

Cheers

Alternatively and shorter:

sudo apt install -t bookworm-backports incus