latex, pdflatex, pdftex, tex, texdoc, texliveonfly, tlmgr: add German translation (#5305)
This commit is contained in:
32
pages.de/common/tlmgr.md
Normal file
32
pages.de/common/tlmgr.md
Normal 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`
|
Reference in New Issue
Block a user