Where to download template packages for offline install

Hi all,
so normally after a install of qubesOS I extract the template packages from the iso for later use. This is very convenient for offline re-installs of the templates that come with the specific version of qubesOS.

Is there a way to download e.g. debian-12-minimal from the repo as package for for a later install?

Hi. :slight_smile:

Do you have Qubes OS running? - if so, you could try something like:

qvm-template list
qvm-template download debian-12-minimal

in a dom0 terminal.

:slight_smile:

1 Like

All templates rpm packages are in the public repository:

Stable:
https://yum.qubes-os.org/r4.2/templates-itl/rpm/

Testing:
https://yum.qubes-os.org/r4.2/templates-itl-testing/rpm/

2 Likes

Thanks ChrisA and DVM - very helpful! It will also help me to save the hustle to extract them from the iso in the future as well.