mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-11-14 09:10:42 -05:00
735 B
735 B
| layout | title | permalink |
|---|---|---|
| doc | How to Remove VMs Manually | /doc/remove-vm-manually/ |
How to Remove VMs Manually
How to Remove a TemplateVM Manually
All commands should be executed in a dom0 terminal.
-
Remove the TemplateVM's directory:
$ rm -rf /var/lib/qubes/vm-templates/<template-name> -
Remove the TemplateVM from qubes.xml:
$ qvm-remove --just-db <template-name> -
Remove the TemplateVM's
*.desktopfiles from~/.local/share/applications:$ rm ~/.local/share/applications/<template-name>* -
Remove the TemplateVM's Applications Menu entry:
$ sudo rm /etc/xdg/menus/applications-merged/<template-name>*