How to create a template debian-13-xfce

How to create a template

debian-13-xfce

Are there any other templates, if so, what are they called and how do you install them?

Clone deban-12-xfce template to deban-13-xfce.
In the terminal of deban-13-xfce template run these commands:

sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y
sudo sed -i 's|bookworm|trixie|g' /etc/apt/sources.list /etc/apt/sources.list.d/*
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y

Okay, I didn’t know that you create debian-13-xfce that way, that it is then displayed in the “[Dom0] Qubes Template Manager” for installation.

No, it won’t be displayed in the Qubes Template Manager.
The templates in the Qubes Template Manager are the ones present in the Qubes OS repository. Or if you’ve built the package yourself and installed it manually.
If you want to install the deban-13-xfce from the Qubes OS repository then you can’t, because it’s not released yet.

1 Like