Skip to content

Instantly share code, notes, and snippets.

@zoliky
Last active October 13, 2023 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoliky/01f27ae84b947eb410672865986ff6f4 to your computer and use it in GitHub Desktop.
Save zoliky/01f27ae84b947eb410672865986ff6f4 to your computer and use it in GitHub Desktop.
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