New texlive installation guide
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
588 B

2 years ago
  1. # texlive-installation
  2. New texlive installation guide
  3. # Base installation of texlive
  4. Non-interactive default installation on anything but Windows:
  5. 1. cd /tmp # working directory of your choice
  6. 2. wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
  7. 3. zcat install-tl-unx.tar.gz | tar xf -
  8. 4. cd install-tl-*
  9. 5. sudo perl ./install-tl --scheme=base
  10. 6. Finally, prepend /usr/local/texlive/YYYY/bin/PLATFORM to your PATH,
  11. e.g., export PATH="/usr/local/texlive/2022/bin/aarch64-linux/:$PATH"
  12. Try to make the installation with symlink