latex, pdflatex, pdftex, tex, texdoc, texliveonfly, tlmgr: add German translation (#5305)

This commit is contained in:
marchersimon
2021-02-28 15:27:55 +01:00
committed by GitHub
parent 6c37d8813c
commit d9e1df0c2e
7 changed files with 128 additions and 0 deletions

32
pages.de/common/tlmgr.md Normal file
View File

@@ -0,0 +1,32 @@
# tlmgr
> Verwalte Packages und Konfigurationen einer existierenden TeX Live Installation.
> Mehr Informationen: <https://www.tug.org/texlive/tlmgr.html>.
- Installiere ein Package und seine Abhängigkeiten:
`tlmgr install {{package}}`
- Entferne ein Package und seine Abhängigkeiten:
`tlmgr remove {{package}}`
- Zeige Informationen über ein Pagkage an:
`tlmgr info {{package}}`
- Aktualisiere alle Packages:
`tlmgr update --all`
- Zeige mögliche Aktualisierungen an, ohne Änderungen vorzunehmen:
`tlmgr update --list`
- Starte die graphische Oberfläche von tlmgr:
`tlmgr gui`
- Liste alle Tex Live Konfigurationen auf:
`tlmgr conf`