mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 15:52:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user