From 555faac0d2f5943e8f0969f980b941ddb1089b11 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Wed, 22 Sep 2021 05:54:40 +0200 Subject: [PATCH] tlmgr-platform, tlmgr-arch: add page (#6561) --- pages/common/tlmgr-arch.md | 8 ++++++++ pages/common/tlmgr-platform.md | 24 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 pages/common/tlmgr-arch.md create mode 100644 pages/common/tlmgr-platform.md diff --git a/pages/common/tlmgr-arch.md b/pages/common/tlmgr-arch.md new file mode 100644 index 0000000000..e060f0ed8f --- /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 0000000000..278a72dbdf --- /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}}`