snippetbashTip
tlmgr platform — Manage TeX Live platforms. More information: <https://www.tug.org/texlive/doc/tlmgr.html#platform>.
Viewed 0 times
commandtexliveclimanagetlmgr platformplatformsmore
Problem
How to use the
tlmgr platform command: Manage TeX Live platforms. More information: <https://www.tug.org/texlive/doc/tlmgr.html#platform>.Solution
tlmgr platform — Manage TeX Live platforms. More information: <https://www.tug.org/texlive/doc/tlmgr.html#platform>.List all available platforms in the package repository:
tlmgr {{[arch|platform]}} listAdd the executables for a specific platform:
sudo tlmgr {{[arch|platform]}} add {{platform}}Remove the executables for a specific platform:
sudo tlmgr {{[arch|platform]}} remove {{platform}}Auto-detect and switch to the current platform:
sudo tlmgr {{[arch|platform]}} set autoSwitch to a specific platform:
sudo tlmgr {{[arch|platform]}} set {{platform}}Code Snippets
List all available platforms in the package repository
tlmgr {{[arch|platform]}} listAdd the executables for a specific platform
sudo tlmgr {{[arch|platform]}} add {{platform}}Remove the executables for a specific platform
sudo tlmgr {{[arch|platform]}} remove {{platform}}Auto-detect and switch to the current platform
sudo tlmgr {{[arch|platform]}} set autoSwitch to a specific platform
sudo tlmgr {{[arch|platform]}} set {{platform}}Context
tldr-pages: common/tlmgr platform
Revisions (0)
No revisions yet.