apk: add German translation (#6771)

This commit is contained in:
Leandro Meleti
2021-10-04 16:01:38 +02:00
committed by GitHub
parent 6e2251af4b
commit d3b4517498

28
pages.de/linux/apk.md Normal file
View File

@@ -0,0 +1,28 @@
# apk
> Alpine Linux-Paketverwaltungstool.
> Weitere Informationen: <https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>.
- 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}}`