HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tlmgr path — Add or remove symlinks for TeX Live executables, man pages and info pages. This command has to be re

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtlmgr pathsymlinkstexremovecliaddfor

Problem

How to use the tlmgr path command: 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>.

Solution

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

Code Snippets

Add symlinks to TeX Live files

sudo tlmgr path add

Remove symlinks to TeX Live files

sudo tlmgr path remove

Context

tldr-pages: common/tlmgr path

Revisions (0)

No revisions yet.