HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tlmgr platform — Manage TeX Live platforms. More information: <https://www.tug.org/texlive/doc/tlmgr.html#platform>.

Submitted by: @import:tldr-pages··
0
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]}} list


Add 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 auto


Switch to a specific platform:
sudo tlmgr {{[arch|platform]}} set {{platform}}

Code Snippets

List all available platforms in the package repository

tlmgr {{[arch|platform]}} list

Add 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 auto

Switch to a specific platform

sudo tlmgr {{[arch|platform]}} set {{platform}}

Context

tldr-pages: common/tlmgr platform

Revisions (0)

No revisions yet.