Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-01 00:21:41 +00:00
parent c89efc555f
commit 2be0d1874d
20 changed files with 199 additions and 23 deletions

View File

@@ -6,9 +6,13 @@ source: https://github.com/tldr-pages/tldr.git
# apk
> Alpine Linux package management tool.
> More information: <https://manned.org/apk>.
> More information: <https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper>.
- Update repository indexes from all remote repositories:
- Update repository indexes and upgrade all packages:
`apk upgrade {{[-U|--update-cache]}}`
- Only update repository indexes:
`apk update`
@@ -20,13 +24,17 @@ source: https://github.com/tldr-pages/tldr.git
`apk del {{package}}`
- Repair a package or upgrade it without modifying main dependencies:
- Repair/Reinstall a package without modifying main dependencies:
`apk fix {{package}}`
- Search for a package via keywords:
- Search for packages with a keyword in their name and list results with descriptions:
`apk search {{keywords}}`
`apk search {{[-v|--verbose]}} {{keyword}}`
- Search for packages with a keyword in their description:
`apk search {{[-d|--description]}} {{keyword}}`
- Display information about a specific package: