mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
dpgk: add German translation (#6796)
This commit is contained in:
parent
a26099ea5f
commit
a589fd38e0
1 changed files with 29 additions and 0 deletions
29
pages.de/linux/dpkg.md
Normal file
29
pages.de/linux/dpkg.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# dpkg
|
||||
|
||||
> Debian Paketmanager.
|
||||
> Manche Unterbefehle wie `dpkg deb` sind separat dokumentiert.
|
||||
> Weitere Informationen: <https://manpages.debian.org/buster/dpkg/dpkg.1.en.html>.
|
||||
|
||||
- Installiere ein Paket:
|
||||
|
||||
`dpkg -i {{pfad/zu/datei.deb}}`
|
||||
|
||||
- Entferne ein Paket:
|
||||
|
||||
`dpkg -r {{paketname}}`
|
||||
|
||||
- Liste installierte Pakete auf:
|
||||
|
||||
`dpkg -l {{muster}}`
|
||||
|
||||
- Liste die Inhalte eines Pakets auf:
|
||||
|
||||
`dpkg -L {{paketname}}`
|
||||
|
||||
- Liste die Inhalte einer lokalen Paketdatei auf:
|
||||
|
||||
`dpkg -c {{pfad/zu/datei.deb}}`
|
||||
|
||||
- Finde heraus welche Pakete eine Datei besitzen:
|
||||
|
||||
`dpkg -S {{dateiname}}`
|
Loading…
Add table
Reference in a new issue