mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Create page on removing VMs manually
This commit is contained in:
parent
9e5eb9e367
commit
7683212c12
1
doc.md
1
doc.md
@ -188,6 +188,7 @@ Troubleshooting
|
|||||||
* [Getting Sony Vaio Z laptop to work with Qubes](/doc/sony-vaio-tinkering/)
|
* [Getting Sony Vaio Z laptop to work with Qubes](/doc/sony-vaio-tinkering/)
|
||||||
* [Troubleshooting UEFI related problems](/doc/uefi-troubleshooting/)
|
* [Troubleshooting UEFI related problems](/doc/uefi-troubleshooting/)
|
||||||
* [Fixing wireless on suspend & resume](/doc/wireless-troubleshooting/)
|
* [Fixing wireless on suspend & resume](/doc/wireless-troubleshooting/)
|
||||||
|
* [How to remove VMs manually](/doc/remove-vm-manually/)
|
||||||
|
|
||||||
|
|
||||||
Reference Pages
|
Reference Pages
|
||||||
|
26
troubleshooting/remove-vm-manually.md
Normal file
26
troubleshooting/remove-vm-manually.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
layout: doc
|
||||||
|
title: How to Remove VMs Manually
|
||||||
|
permalink: /doc/remove-vm-manually/
|
||||||
|
---
|
||||||
|
|
||||||
|
How to Remove VMs Manually
|
||||||
|
==========================
|
||||||
|
|
||||||
|
How to Remove a TemplateVM Manually
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
All commands should be executed in a dom0 terminal.
|
||||||
|
|
||||||
|
1. Remove the TemplateVM's directory:
|
||||||
|
|
||||||
|
$ rm /var/lib/qubes/vm-templates/<template-name>
|
||||||
|
|
||||||
|
2. Remove the TemplateVM from qubes.xml:
|
||||||
|
|
||||||
|
$ qvm-remove --just-db <template-name>
|
||||||
|
|
||||||
|
3. Remove the TemplateVM's `*.desktop` files from `~/.local/share/applications`:
|
||||||
|
|
||||||
|
$ rm ~/.local/share/applications/<template-name>*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user