Fix apt-mark command example

This commit is contained in:
pierwill 2019-11-24 15:08:28 -08:00
parent c555b97547
commit bd53f23127
No known key found for this signature in database
GPG Key ID: D48E7EBDF0C3AEA0

View File

@ -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.