diff --git a/pages/common/tlmgr-arch.md b/pages/common/tlmgr-arch.md new file mode 100644 index 000000000..e060f0ed8 --- /dev/null +++ b/pages/common/tlmgr-arch.md @@ -0,0 +1,8 @@ +# tlmgr arch + +> This command is an alias of `tlmgr platform`. +> More information: . + +- View documentation for the original command: + +`tldr tlmgr platform` diff --git a/pages/common/tlmgr-platform.md b/pages/common/tlmgr-platform.md new file mode 100644 index 000000000..278a72dbd --- /dev/null +++ b/pages/common/tlmgr-platform.md @@ -0,0 +1,24 @@ +# tldr platform + +> Manage TeX Live platforms. +> More information: . + +- 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}}`