I’ve noticed some folks have managed to install debian 12 bookworm template. However I am running into an issue
Preparing to unpack …/xen-utils-guest_4.14.5-19+deb12u1_amd64.deb …
Unpacking xen-utils-guest (4.14.5-19+deb12u1) …
dpkg: error processing archive /var/cache/apt/archives/xen-utils-guest_4.14.5-19
+deb12u1_amd64.deb (–unpack):
trying to overwrite ‘/lib/systemd/system/xendriverdomain.service’, which is als
o in package xen-utils-common 2001:4.8.5-42+deb11u1
Errors were encountered while processing:
/var/cache/apt/archives/xen-utils-guest_4.14.5-19+deb12u1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Is this just do to the fact that Debian 12 isn’t ready yet for Qubes 4.1.2 or did I screw up on a step?
Why is “xen-utils-common” installed in the domU ? This is only for dom0s. apt info xen-utils-common: This package is only required on the host system (Domain 0) and not on the virtual guest systems (Domain U).
You can try removing “xen-utils-common”, or am I missing something ?
Dumb remark: are you sure the 1st two seds worked ? You used “/” as a pattern separator, but it is present in patterns. Use “!” or “|” ?
Your update steps miss an “apt update” AFTER the sources changes.
Also, to ensure better upgrade path, you should use “apt upgrade --without-new-pkgs” before doing the “full-upgrade”.