Merge branch 'fix-apt-mark' of https://github.com/pierwill/qubes-doc into pierwill-fix-apt-mark

This commit is contained in:
Andrew David Wong 2019-11-25 01:36:53 -06:00
commit 6a14852be7
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

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.