Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-10 00:21:37 +00:00
parent 15848b0938
commit 9420175cb8
27 changed files with 159 additions and 74 deletions

View File

@@ -12,11 +12,11 @@ source: https://github.com/tldr-pages/tldr.git
- Install a package:
`dpkg {{[-i|--install]}} {{path/to/file.deb}}`
`sudo dpkg {{[-i|--install]}} {{path/to/file.deb}}`
- Remove a package:
`dpkg {{[-r|--remove]}} {{package}}`
`sudo dpkg {{[-r|--remove]}} {{package}}`
- List installed packages:
@@ -36,4 +36,4 @@ source: https://github.com/tldr-pages/tldr.git
- Purge an installed or already removed package, including configuration:
`dpkg {{[-P|--purge]}} {{package}}`
`sudo dpkg {{[-P|--purge]}} {{package}}`