Linux command
tlmgr-arch 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List supported architectures
tlmgr arch
List only installed
tlmgr arch --installed
Add architecture
tlmgr arch add [x86_64-linux]
Remove architecture
tlmgr arch remove [i386-linux]
说明
tlmgr arch manages TeX Live platform support. Install binaries for additional architectures for cross-platform TeX distribution. Part of TeX Live Manager.
参数
- --installed
- Show only installed architectures.
- add _arch_
- Add platform binaries.
- remove _arch_
- Remove platform binaries.
- list
- List available architectures.
FAQ
What is the tlmgr-arch command used for?
tlmgr arch manages TeX Live platform support. Install binaries for additional architectures for cross-platform TeX distribution. Part of TeX Live Manager.
How do I run a basic tlmgr-arch example?
Run `tlmgr arch` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --installed do in tlmgr-arch?
Show only installed architectures.