snippetbashTip
install-tl — TeX Live cross-platform installer. More information: <https://tug.org/texlive/>.
Viewed 0 times
commandinstallertexliveinstall-tlclicrossplatform
Problem
How to use the
install-tl command: TeX Live cross-platform installer. More information: <https://tug.org/texlive/>.Solution
install-tl — TeX Live cross-platform installer. More information: <https://tug.org/texlive/>.Start the text-based installer (default on Unix systems):
install-tl -no-guiStart the GUI installer (default on macOS and Windows, requires Tcl/Tk):
install-tl -guiInstall TeX Live as defined in a specific profile file:
install-tl -profile {{path/to/texlive.profile}}Start the installer with the settings from a specific profile file:
install-tl -init-from-file {{path/to/texlive.profile}}Start the installer for installation on a portable device, like a USB stick:
install-tl -portableDisplay help:
install-tl -helpCode Snippets
Start the text-based installer (default on Unix systems)
install-tl -no-guiStart the GUI installer (default on macOS and Windows, requires Tcl/Tk)
install-tl -guiInstall TeX Live as defined in a specific profile file
install-tl -profile {{path/to/texlive.profile}}Start the installer with the settings from a specific profile file
install-tl -init-from-file {{path/to/texlive.profile}}Start the installer for installation on a portable device, like a USB stick
install-tl -portableContext
tldr-pages: common/install-tl
Revisions (0)
No revisions yet.