1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 22:35:43 +02:00
tldr/pages.de/linux/apk.md
2025-03-31 02:26:19 +02:00

28 lines
555 B
Markdown

# apk
> Alpine Linux-Paketverwaltungstool.
> Weitere Informationen: <https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper>.
- Aktualisiere die Indizes von allen externen Repositories:
`apk update`
- Installiere ein neues Paket:
`apk add {{paket}}`
- Entferne ein Paket:
`apk del {{paket}}`
- Repariere oder aktualisiere ein Paket, ohne die Hauptabhängigkeiten zu ändern:
`apk fix {{paket}}`
- Suche Pakete mit einem Schlüsselwort:
`apk search {{schlüsselwort}}`
- Erhalte Informationen über ein bestimmtes Paket:
`apk info {{paket}}`