mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-09 03:26:00 +02:00
13 lines
347 B
Markdown
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`
|