2023-12-14 12:11:19 +00:00
|
|
|
# tlmgr platform
|
2021-09-22 04:54:40 +01:00
|
|
|
|
|
|
|
> 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:
|
|
|
|
|
2023-12-22 12:05:19 +00:00
|
|
|
`sudo tlmgr platform set auto`
|
2021-09-22 04:54:40 +01:00
|
|
|
|
|
|
|
- Switch to a specific platform:
|
|
|
|
|
|
|
|
`sudo tlmgr platform set {{platform}}`
|