Compare commits

...

2 Commits

Author SHA1 Message Date
Karlo Bartha 647d952509
Merge 892e031a64 into 0ae86fa285 2024-04-26 13:29:38 +00:00
Karlo Bartha 892e031a64
Update debian.md
add remove template part
2024-04-26 11:57:35 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -109,3 +109,9 @@ The lesson is that you should carefully look at what is being installed to your
### Package installation errors in Qubes 4.0
If some packages throw installation errors, see [this guide.](/doc/vm-troubleshooting/#fixing-package-installation-errors)
## Removing
(Replace XX with the Debian version number of the template you wish to remove.)
There are two possible ways to remove the TemplateVM. Check with `qvm-prefs debian-XX | grep installed_by_rpm` which way this template has been installed in the past. If you have the boolean value "False", the you have to use `sudo -E qubes-dom0-update --action=purge --yes qubes-template-debian-XX`. If you have the boolean value "True" then execute this command `sudo dnf -y remove qubes-template-debian-XX`.