LinuxCommandLibrary

install-tl

TeX Live cross-platform installer.

TLDR

Start the text-based installer (default on Unix systems)

$ install-tl -no-gui
copy


Start the GUI installer (default on macOS and Windows, requires Tcl/Tk)
$ install-tl -gui
copy


Install TeX Live as defined in a specific profile file
$ install-tl -profile [path/to/texlive.profile]
copy


Start the installer with the settings from a specific profile file
$ install-tl -init-from-file [path/to/texlive.profile]
copy


Start the installer for installation on a portable device, like a USB stick
$ install-tl -portable
copy


Show help for install-tl
$ install-tl -help
copy

Copied to clipboard