1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/common/tlmgr-platform.md
Sebastiaan Speck 7d97e8ed82
tlmgr-platform: add Dutch translation (#11815)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-12-22 13:05:19 +01:00

530 B

tlmgr 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}}