Files
cheatsheet-tldr/tldr/tlmgr-path
2025-05-10 00:19:02 +00:00

19 lines
440 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# tlmgr path
> Add or remove symlinks for TeX Live executables, man pages and info pages.
> This command has to be re-run for files added in the future.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#path>.
- Add symlinks to TeX Live files:
`sudo tlmgr path add`
- Remove symlinks to TeX Live files:
`sudo tlmgr path remove`