mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-07-10 16:29:25 -04:00
Fix apt-mark command example
This commit is contained in:
parent
d8377e7c2c
commit
134d7c7b55
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
**Recommended but optional:** Use `apt-mark` to make `apt autoremove` safe again.
|
||||||
```shell_session
|
```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.
|
Replace package-names with actual `qubes-*` and `salt-*` packages you'd like to retain.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue