1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/linux/apk.md

29 lines
555 B
Markdown
Raw Normal View History

2021-10-04 16:01:38 +02:00
# apk
> Alpine Linux-Paketverwaltungstool.
2025-03-31 00:26:19 +00:00
> Weitere Informationen: <https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper>.
2021-10-04 16:01:38 +02:00
- 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}}`