1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:22:08 +02:00
tldr/pages/common/tlmgr-platform.md
2021-09-22 11:54:40 +08:00

533 B

tldr platform

Manage TeX Live platforms. More information: https://www.tug.org/texlive/tlmgr.html.

  • List all available platforms in the package repository:

tlmgr platform list

  • Add the executables for a specific platform:

sudo tlmgr platform add {{platform}}

  • Remove the executables for a specific platform:

sudo tlmgr platform remove {{platform}}

  • Auto-detect and switch to the current platform:

sudo tlmgr platform set {{auto}}

  • Switch to a specific platform:

sudo tlmgr platform set {{platform}}