1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 06:02:08 +02:00
tldr/pages/common/tlmgr.md
Lena b596b78b18
pages/*: standardize mentioning subcommands without the main command (#13626)
* pages/*: standardize mentioning subcommands without the main command

* CONTRIBUTING: clarify that pages should only mention the subcommand
2024-10-04 21:14:41 +02:00

650 B

tlmgr

Manage packages and configuration options of an existing TeX Live installation. Some subcommands such as paper have their own usage documentation. More information: https://www.tug.org/texlive/tlmgr.html.

  • Install a package and its dependencies:

tlmgr install {{package}}

  • Remove a package and its dependencies:

tlmgr remove {{package}}

  • Display information about a package:

tlmgr info {{package}}

  • Update all packages:

tlmgr update --all

  • Show possible updates without updating anything:

tlmgr update --list

  • Start a GUI version of tlmgr:

tlmgr gui

  • List all TeX Live configurations:

tlmgr conf