howtos:how_to_install_tex_live_on_linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howtos:how_to_install_tex_live_on_linux [2026-01-24 08:57 am] – hcho | howtos:how_to_install_tex_live_on_linux [2026-04-18 02:41 pm] (current) – hcho | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| cd install-tl-[0-9]* | cd install-tl-[0-9]* | ||
| version=$(sed '/ | version=$(sed '/ | ||
| - | # --texmfhome must be ~/usr/ | + | # --texmfhome must be ~/ |
| ./ | ./ | ||
| --no-interaction \ | --no-interaction \ | ||
| - | --texdir=$HOME/usr/local/ | + | --texdir=$HOME/ |
| - | --texmflocal=$HOME/usr/local/ | + | --texmflocal=$HOME/ |
| - | --texmfhome=~/usr/ | + | --texmfhome=~/ |
| --scheme=full \ | --scheme=full \ | ||
| --paper=letter | --paper=letter | ||
| # create a symlink for paths | # create a symlink for paths | ||
| - | cd ~/usr/local/ | + | cd ~/ |
| ln -s $version current | ln -s $version current | ||
| ) | ) | ||
| Line 40: | Line 40: | ||
| # TeX Live | # TeX Live | ||
| - | export PATH=" | + | export PATH=" |
| - | export MANPATH=" | + | export MANPATH=" |
| - | export INFOPATH=" | + | export INFOPATH=" |
| EOT | EOT | ||
| Line 52: | Line 52: | ||
| <code bash> | <code bash> | ||
| # create the same directory structure | # create the same directory structure | ||
| - | mkdir -p ~/usr/local/opt ~/usr/ | + | mkdir -p ~/opt ~/ |
| # create a symbolic link to the above installation | # create a symbolic link to the above installation | ||
| - | ln -sf ~hcho/usr/local/ | + | ln -sf ~hcho/ |
| # add paths to TeX Live | # add paths to TeX Live | ||
| Line 61: | Line 61: | ||
| # TeX Live | # TeX Live | ||
| - | export PATH=" | + | export PATH=" |
| - | export MANPATH=" | + | export MANPATH=" |
| - | export INFOPATH=" | + | export INFOPATH=" |
| EOT | EOT | ||
| Line 86: | Line 86: | ||
| cd install-tl-[0-9]* | cd install-tl-[0-9]* | ||
| version=$(sed '/ | version=$(sed '/ | ||
| - | # --texmfhome can be hardcoded as $HOME/usr/ | + | # --texmfhome can be hardcoded as $HOME/ |
| ./ | ./ | ||
| --no-interaction \ | --no-interaction \ | ||
| - | --texdir=$HOME/usr/local/ | + | --texdir=$HOME/ |
| - | --texmflocal=$HOME/usr/local/ | + | --texmflocal=$HOME/ |
| - | --texmfhome=~/usr/ | + | --texmfhome=~/ |
| --scheme=basic \ | --scheme=basic \ | ||
| --paper=letter | --paper=letter | ||
| # create a symlink for paths | # create a symlink for paths | ||
| - | cd ~/usr/local/ | + | cd ~/ |
| ln -s $version current | ln -s $version current | ||
| ) | ) | ||
| Line 107: | Line 107: | ||
| # TeX Live | # TeX Live | ||
| - | export PATH=" | + | export PATH=" |
| - | export MANPATH=" | + | export MANPATH=" |
| - | export INFOPATH=" | + | export INFOPATH=" |
| EOT | EOT | ||
| Line 117: | Line 117: | ||
| Use [[https:// | Use [[https:// | ||
| + | |||
| + | ===== Updating older TeX Live ===== | ||
| + | |||
| + | [[https:// | ||
| + | <code bash> | ||
| + | # for TeX Live 2025 | ||
| + | tlmgr option repository https:// | ||
| + | </ | ||
| ===== LaTeX editing ===== | ===== LaTeX editing ===== | ||
howtos/how_to_install_tex_live_on_linux.1769270259.txt.gz · Last modified: by hcho
