mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:35:24 +02:00
tlmgr-platform, tlmgr-arch: add page (#6561)
This commit is contained in:
parent
bea9893786
commit
555faac0d2
2 changed files with 32 additions and 0 deletions
8
pages/common/tlmgr-arch.md
Normal file
8
pages/common/tlmgr-arch.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# tlmgr arch
|
||||
|
||||
> This command is an alias of `tlmgr platform`.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr tlmgr platform`
|
24
pages/common/tlmgr-platform.md
Normal file
24
pages/common/tlmgr-platform.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# tldr platform
|
||||
|
||||
> Manage TeX Live platforms.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue