Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-15 00:17:18 +00:00
parent 9304a1c1bb
commit cea04b793c
9 changed files with 98 additions and 2 deletions

View File

@@ -33,3 +33,7 @@ source: https://github.com/tldr-pages/tldr.git
- Find out which package owns a file:
`dpkg -S {{path/to/file}}`
- Purge an installed or already removed package, including configuration:
`dpkg -P {{package}}`