1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-22 03:35:24 +02:00
tldr/pages/common/tlmgr-platform.md
Juri Dispan 9d383ade68
*: fix typos in command names (#11730)
* *: fix typos in command names

* command name fixes in other languages

* fix incorrectly translated commands

* change incorrect file name

* qm move disk alias pages

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 17:41:19 +05:30

24 lines
534 B
Markdown

# 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}}`