Skip to content

Instantly share code, notes, and snippets.

@zoliky
Last active October 13, 2023 16:59
Installing LaTeX on Debian 12
Installation
------------
https://tug.org/texlive/quickinstall.html
$ cd ~/tmp
$ wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
$ zcat < install-tl-unx.tar.gz | tar xf -
$ cd install-tl-*
$ perl ./install-tl --texdir=$HOME/.local/texlive --scheme=small --no-interaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment