Forrest logo
tool overview
On this page you find all important commands for the CLI tool install-tl. If the command you are looking for is missing please ask our AI.

install-tl

"install-tl" is a command line tool used to install TeX Live, a comprehensive distribution of the TeX typesetting system. It enables users to have a complete and up-to-date installation of TeX on their computer. The tool is available on various platforms, including Linux, macOS, and Windows.

When executed, the install-tl command initiates an interactive installation process, where users can select various installation options, such as installation scheme, paper size, language collections, and fonts. It also provides the option to customize the installation by selecting or excluding specific packages.

The tool downloads and installs all the selected TeX Live components from the official TeX Live repository. It ensures that all dependencies and required packages are included, providing a seamless installation experience.

install-tl allows users to update their TeX Live installation by re-running the command with the "update" option, ensuring that they have the latest versions of TeX-related packages and programs.

It provides a straightforward method to uninstall TeX Live if required. By executing the command with the "uninstall" option, all TeX Live files and configurations are removed from the system.

The tool supports automated installation through command line arguments, allowing users to script the installation process.

install-tl is highly configurable, permitting advanced users to specify installation directories, networking settings, installation profiles, and various other options through command line arguments.

The command line tool is frequently updated, ensuring that the TeX Live distribution stays current with the latest bug fixes, feature enhancements, and package updates.

install-tl is a reliable and efficient method to install TeX Live for users who prefer a command line interface over graphical installers.

The tool is well-documented, with a comprehensive manual available that provides detailed information on usage, installation options, troubleshooting, and more.

List of commands for install-tl:

  • install-tl:tldr:68698 install-tl: Show help for `install-tl`.
    $ install-tl -help
    try on your machine
    explain this command
  • install-tl:tldr:728b0 install-tl: Start the installer with the settings from a specific profile file.
    $ install-tl -init-from-file ${path-to-texlive-profile}
    try on your machine
    explain this command
  • install-tl:tldr:80e3d install-tl: Install TeX Live as defined in a specific profile file.
    $ install-tl -profile ${path-to-texlive-profile}
    try on your machine
    explain this command
  • install-tl:tldr:d949a install-tl: Start the text-based installer (default on Unix systems).
    $ install-tl -no-gui
    try on your machine
    explain this command
  • install-tl:tldr:eafe6 install-tl: Start the GUI installer (default on macOS and Windows, requires Tcl/Tk).
    $ install-tl -gui
    try on your machine
    explain this command
  • install-tl:tldr:ec883 install-tl: Start the installer for installation on a portable device, like a USB stick.
    $ install-tl -portable
    try on your machine
    explain this command
tool overview