1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-09 03:26:00 +02:00
tldr/pages/common/tlmgr-path.md
2025-05-09 23:10:35 +05:30

13 lines
347 B
Markdown

# 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`