LinuxCommandLibrary

tlmgr-platform

Manage TeX Live platforms.

TLDR

List all available platforms in the package repository

$ tlmgr platform list
copy


Add the executables for a specific platform
$ sudo tlmgr platform add [platform]
copy


Remove the executables for a specific platform
$ sudo tlmgr platform remove [platform]
copy


Auto-detect and switch to the current platform
$ sudo tlmgr platform set [auto]
copy


Switch to a specific platform
$ sudo tlmgr platform set [platform]
copy

Copied to clipboard