diff --git a/external/customization-guides/removing-templatevm-packages.md b/external/customization-guides/removing-templatevm-packages.md index ddb61f38..9739981a 100644 --- a/external/customization-guides/removing-templatevm-packages.md +++ b/external/customization-guides/removing-templatevm-packages.md @@ -52,7 +52,7 @@ If you'd still like to remove one of these applications without breaking your Te **Recommended but optional:** Use `apt-mark` to make `apt autoremove` safe again. ```shell_session -$ sudo apt mark-manual package-name package-name +$ sudo apt-mark manual package-name package-name ``` Replace package-names with actual `qubes-*` and `salt-*` packages you'd like to retain.