mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
apk: add German translation (#6771)
This commit is contained in:
parent
6e2251af4b
commit
d3b4517498
1 changed files with 28 additions and 0 deletions
28
pages.de/linux/apk.md
Normal file
28
pages.de/linux/apk.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue