mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
440 B
Plaintext
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`
|