1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827
|
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" Set up some character translations and predefined strings. \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
.\" double quote, and \*(R" will give a right double quote. \*(C+ will
.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
.\" nothing in troff, for use with C<>.
.tr \(*W-
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
. ds -- \(*W-
. ds PI pi
. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
. ds L" ""
. ds R" ""
. ds C` ""
. ds C' ""
'br\}
.el\{\
. ds -- \|\(em\|
. ds PI \(*p
. ds L" ``
. ds R" ''
. ds C`
. ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
. if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. if !\nF==2 \{\
. nr % 0
. nr F 2
. \}
. \}
.\}
.rr rF
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff
.if n \{\
. ds #H 0
. ds #V .8m
. ds #F .3m
. ds #[ \f1
. ds #] \fP
.\}
.if t \{\
. ds #H ((1u-(\\\\n(.fu%2u))*.13m)
. ds #V .6m
. ds #F 0
. ds #[ \&
. ds #] \&
.\}
. \" simple accents for nroff and troff
.if n \{\
. ds ' \&
. ds ` \&
. ds ^ \&
. ds , \&
. ds ~ ~
. ds /
.\}
.if t \{\
. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
.\}
. \" troff and (daisy-wheel) nroff accents
.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
.ds 8 \h'\*(#H'\(*b\h'-\*(#H'
.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
.ds ae a\h'-(\w'a'u*4/10)'e
.ds Ae A\h'-(\w'A'u*4/10)'E
. \" corrections for vroff
.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
. \" for low resolution devices (crt and lpr)
.if \n(.H>23 .if \n(.V>19 \
\{\
. ds : e
. ds 8 ss
. ds o a
. ds d- d\h'-1'\(ga
. ds D- D\h'-1'\(hy
. ds th \o'bp'
. ds Th \o'LP'
. ds ae ae
. ds Ae AE
.\}
.rm #[ #] #H #V #F C
.\" ========================================================================
.\"
.IX Title "INSTALL-TL 1"
.TH INSTALL-TL 1 "2022-07-17" "perl v5.34.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
install\-tl \- TeX Live cross\-platform installer
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
install-tl [\fIoption\fR]...
.PP
install\-tl\-windows.bat [\fIoption\fR]...
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
This installer creates a runnable TeX Live installation from various
media, including over the network, from local hard disk, a \s-1DVD,\s0 etc. The
installer works on all platforms supported by TeX Live. For information
on initially downloading TeX Live, see
<https://tug.org/texlive/acquire.html>.
.PP
The basic idea of TeX Live installation is for you to choose one of the
top-level \fIschemes\fR, each of which is defined as a different set of
\&\fIcollections\fR and \fIpackages\fR, where a collection is a set of packages,
and a package is what contains actual files. Each package is in exactly
one collection, while schemes can contain any combination of packages
and collections.
.PP
Within the installer, you can choose a scheme, and further customize the
set of collections to install, but not the set of the packages. To work
at the package level, use \f(CW\*(C`tlmgr\*(C'\fR (reference just below) after the
initial installation is complete.
.PP
The default is \f(CW\*(C`scheme\-full\*(C'\fR, which installs everything, and this is
highly recommended.
.SH "REFERENCES"
.IX Header "REFERENCES"
Post-installation configuration, package updates, and more, are
handled through \fBtlmgr\fR(1), the TeX Live Manager
(<https://tug.org/texlive/tlmgr.html>).
.PP
The most up-to-date version of this installer documentation is on the
Internet at <https://tug.org/texlive/doc/install\-tl.html>.
.PP
For step-by-step instructions, see
<https://tug.org/texlive/quickinstall.html>.
.PP
For the full documentation of TeX Live, see
<https://tug.org/texlive/doc>.
.SH "EXAMPLES"
.IX Header "EXAMPLES"
With no options, \f(CW\*(C`install\-tl\*(C'\fR drops you into an interactive menu where
essentially all default settings can be changed. With options, you can
initialize the settings in various ways, or perform the installation
without interaction. Some examples:
.ie n .IP """install\-tl \-\-paper=letter""" 4
.el .IP "\f(CWinstall\-tl \-\-paper=letter\fR" 4
.IX Item "install-tl --paper=letter"
Initialize paper size setting. The only values allowed are \f(CW\*(C`letter\*(C'\fR and
(the default) \f(CW\*(C`a4\*(C'\fR.
.ie n .IP """install\-tl \-\-scheme"" \fIscheme\fR" 4
.el .IP "\f(CWinstall\-tl \-\-scheme\fR \fIscheme\fR" 4
.IX Item "install-tl --scheme scheme"
Initialize the installation scheme; the default is \f(CW\*(C`full\*(C'\fR. For a list
of schemes, see the interactive \f(CW\*(C`S\*(C'\fR menu.
.ie n .IP """install\-tl \-\-no\-interaction""" 4
.el .IP "\f(CWinstall\-tl \-\-no\-interaction\fR" 4
.IX Item "install-tl --no-interaction"
Perform the installation immediately after parsing options, without
entering the interactive menu.
.ie n .IP """install\-tl \-\-profile"" \fItexlive.profile\fR" 4
.el .IP "\f(CWinstall\-tl \-\-profile\fR \fItexlive.profile\fR" 4
.IX Item "install-tl --profile texlive.profile"
Install, without interaction, according to the given \s-1TL\s0 profile file;
see \*(L"\s-1PROFILES\*(R"\s0 below. To initialize from the profile and then enter the
interactive menu, add \f(CW\*(C`\-\-init\-from\-profile\*(C'\fR.
.PP
Full documentation follows.
.SH "OPTIONS"
.IX Header "OPTIONS"
As usual, all options can be specified in any order, and with either a
leading \f(CW\*(C`\-\*(C'\fR or \f(CW\*(C`\-\-\*(C'\fR. An argument value can be separated from its
option by either a space or \f(CW\*(C`=\*(C'\fR.
.PP
The options relating to customization of the installation can also be
selected in the interactive installation menus (\s-1GUI\s0 or text).
.IP "\fB\-gui\fR [[=]\fImodule\fR]" 4
.IX Item "-gui [[=]module]"
.PD 0
.IP "\fB\-no\-gui\fR" 4
.IX Item "-no-gui"
.PD
If no \fImodule\fR is given, starts the Tcl/Tk (see below) \s-1GUI\s0 installer.
.Sp
If \fImodule\fR is given loads the given installer module. Currently the
following modules are supported:
.RS 4
.ie n .IP """text""" 4
.el .IP "\f(CWtext\fR" 4
.IX Item "text"
The text mode user interface (default on Unix systems, including Macs).
Same as the \f(CW\*(C`\-no\-gui\*(C'\fR option.
.ie n .IP """tcl"" (or ""perltk"" or ""wizard"" or ""expert"" or nothing)" 4
.el .IP "\f(CWtcl\fR (or ``perltk'' or ``wizard'' or ``expert'' or nothing)" 4
.IX Item "tcl (or perltk or wizard or expert or nothing)"
The Tcl/Tk user interface (default on Windows). It starts
with a small number of configuration options, roughly equivalent
to what the former wizard option offers, but a button \f(CW\*(C`Advanced\*(C'\fR
takes you to a screen with roughly the same options as the former
\&\f(CW\*(C`perltk\*(C'\fR interface.
.RE
.RS 4
.Sp
The default \s-1GUI\s0 requires Tcl/Tk. This was standard on Macs, but has been
removed in the latest macOS releases. It's often already installed on
GNU/Linux, or can be easily installed through a distro package manager.
For Windows, TeX Live provides a Tcl/Tk runtime.
.RE
.IP "\fB\-lang\fR \fIllcode\fR" 4
.IX Item "-lang llcode"
By default, the Tcl \s-1GUI\s0 uses the language detection built into
Tcl/Tk. If that fails you can select a different language by
giving this option with a language code (based on \s-1ISO 639\-1\s0).
Currently supported (but not necessarily completely translated) are:
English (en, default), Czech (cs), German (de), French (fr), Italian
(it), Japanese (ja), Dutch (nl), Polish (pl), Brazilian Portuguese
(pt_BR), Russian (ru), Slovak (sk), Slovenian (sl), Serbian (sr),
Ukrainian (uk), Vietnamese (vi), simplified Chinese (zh_CN), and
traditional Chinese (zh_TW).
.IP "\fB\-repository\fR \fIurl|path\fR" 4
.IX Item "-repository url|path"
Specify the package repository to be used as the source of the
installation. In short, this can be a directory name or a url using
http(s), ftp, or scp. The documentation for \f(CW\*(C`tlmgr\*(C'\fR has the details
(<https://tug.org/texlive/doc/tlmgr.html#OPTIONS>).
.Sp
For installation, the default is to pick a mirror automatically, using
<https://mirror.ctan.org/systems/texlive/tlnet>; the chosen mirror is
then used for the entire download. You can use the special argument
\&\f(CW\*(C`ctan\*(C'\fR as an abbreviation for this. (See <https://ctan.org> for more
about \s-1CTAN\s0 and its mirrors.)
.Sp
After installation is complete, you can use that installation as the
repository for another installation. If you chose to install less than
the full scheme containing all packages, the list of available schemes
will be adjusted accordingly.
.IP "\fB\-select\-repository\fR" 4
.IX Item "-select-repository"
This option allows you to choose a particular mirror from the current
list of active \s-1CTAN\s0 mirrors. This option is supported in the \f(CW\*(C`text\*(C'\fR
and \f(CW\*(C`gui\*(C'\fR installer modes, and will also offer to install
from local media if available, or from a repository specified on the
command line. It's useful when the (default) automatic redirection does
not choose a good host for you.
.IP "\fB\-all\-options\fR" 4
.IX Item "-all-options"
Normally options not relevant to the current platform are not shown
(e.g., when running on Unix, Windows-specific options are omitted).
Giving this command line option allows configuring such \*(L"foreign\*(R"
settings.
.IP "\fB\-custom\-bin\fR \fIpath\fR" 4
.IX Item "-custom-bin path"
If you have built your own set of TeX Live binaries (e.g., because
precompiled binaries were not provided by \s-1TL\s0 for your platform), this
option allows you to specify the \fIpath\fR to a directory where the
binaries for the current system are present. The installation will
continue as usual, but at the end all files from \fIpath\fR are copied over
to \f(CW\*(C`bin/custom/\*(C'\fR under your installation directory and this
\&\f(CW\*(C`bin/custom/\*(C'\fR directory is what will be added to the path for the
post-install actions. To install multiple custom binary sets, manually
rename \f(CW\*(C`custom\*(C'\fR before doing each.
.Sp
For more information on custom binaries, see
<https://tug.org/texlive/custom\-bin.html>. For general information on
building TeX Live, see <https://tug.org/texlive/build.html>.
.IP "\fB\-debug\-fakenet\fR" 4
.IX Item "-debug-fakenet"
Pretend we're doing a network install. This is for the sole purpose of
testing the code to handle broken downloads, via moving package files
aside in a tlnet mirror hierarchy.
.IP "\fB\-debug\-setup\-vars\fR" 4
.IX Item "-debug-setup-vars"
Print final values of directory variables; for more debugging
information on how they were set, also specify \f(CW\*(C`\-v\*(C'\fR.
.IP "\fB\-debug\-translation\fR" 4
.IX Item "-debug-translation"
In the former Perl/Tk \s-1GUI\s0 modes, this option reported any missing,
or more likely untranslated, messages to standard error. Not yet
implemented for the Tcl interface. Helpful for translators to see
what remains to be done.
.IP "\fB\-force\-platform\fR \fIplatform\fR" 4
.IX Item "-force-platform platform"
Instead of auto-detecting the current platform, use \fIplatform\fR.
Binaries for this platform must be present in \f(CW\*(C`bin/\*(C'\fR\fIplatform\fR\f(CW\*(C`/\*(C'\fR and
they must be runnable, or installation will fail. \f(CW\*(C`\-force\-arch\*(C'\fR is a
synonym.
.IP "\fB\-help\fR, \fB\-\-help\fR, \fB\-?\fR" 4
.IX Item "-help, --help, -?"
Display this help and exit. (This help is also on the web at
<https://tug.org/texlive/doc/install\-tl.html>). Sometimes the \f(CW\*(C`perldoc\*(C'\fR
and/or \f(CW\*(C`PAGER\*(C'\fR programs on the system have problems, possibly resulting
in control characters being literally output. This can't always be
detected, but you can set the \f(CW\*(C`NOPERLDOC\*(C'\fR environment variable and
\&\f(CW\*(C`perldoc\*(C'\fR will not be used.
.IP "\fB\-in\-place\fR" 4
.IX Item "-in-place"
This is a quick-and-dirty installation option in case you already have
an rsync or svn checkout of TeX Live. It will use the checkout as-is
and will just do the necessary post-install. Be warned that the file
\&\f(CW\*(C`tlpkg/texlive.tlpdb\*(C'\fR may be rewritten, that removal has to be done
manually, and that the only realistic way to maintain this installation
is to redo it from time to time. This option is not available via the
installer interfaces. \s-1USE AT YOUR OWN RISK.\s0
.IP "\fB\-init\-from\-profile\fR \fIprofile_file\fR" 4
.IX Item "-init-from-profile profile_file"
Similar to \fB\-profile\fR (see \*(L"\s-1PROFILES\*(R"\s0 below), but only initializes
the installation configuration from \fIprofile_file\fR and then starts a
normal interactive session. Environment variables are not ignored.
.IP "\fB\-logfile\fR \fIfile\fR" 4
.IX Item "-logfile file"
Write both all messages (informational, debugging, warnings) to \fIfile\fR,
in addition to standard output or standard error.
.Sp
If this option is not given, the installer will create a log file
in the root of the writable installation tree,
for example, \f(CW\*(C`/usr/local/texlive/YYYY/install\-tl.log\*(C'\fR for the \fI\s-1YYYY\s0\fR
release.
.IP "\fB\-no\-cls\fR" 4
.IX Item "-no-cls"
For the text mode installer only: do not clear the screen when entering
a new menu. For debugging.
.IP "\fB\-no\-continue\fR" 4
.IX Item "-no-continue"
Quit early on installation failure of a non-core package.
.Sp
By default, a few core packages are installed first; then, a failed
installation of any other (non-core) package is noted, but does not stop
the installation. Any such failed packages are retried, once.
.Sp
If the retry also fails, by default the installer proceeds to completion
anyway, with the idea that it was a transient network problem and
reinstallation will succeed later. If this option is specified, and the
retry fails, the installer aborts.
.IP "\fB\-no\-doc\-install\fR" 4
.IX Item "-no-doc-install"
.PD 0
.IP "\fB\-no\-src\-install\fR" 4
.IX Item "-no-src-install"
.PD
Do not install the documentation resp. source package files, both for
the immediate installation and for future updates. After installation,
inclusion of the doc/src files can be re-enabled via \f(CW\*(C`tlmgr\*(C'\fR:
.Sp
.Vb 2
\& tlmgr option docfiles 1
\& tlmgr option srcfiles 1
.Ve
.Sp
If you later find that you want the doc/src files for a package that has
been installed without them, you can get them like this (using the
\&\f(CW\*(C`fontspec\*(C'\fR package as the example):
.Sp
.Vb 1
\& tlmgr install \-\-reinstall \-\-with\-doc \-\-with\-src fontspec
.Ve
.Sp
The source files mentioned here are those relating to TeX packages, such
as \f(CW\*(C`.dtx\*(C'\fR files. The sources that are compiled to make the binaries are
available separately: see <https://tug.org/texlive/svn/>.
.IP "\fB\-no\-installation\fR" 4
.IX Item "-no-installation"
Do not perform any installation. This is for debugging the
initialization and setup routines without touching the disk.
.IP "\fB\-no\-interaction\fR" 4
.IX Item "-no-interaction"
Do not enter the interactive menu; immediately perform the installation
after initialization and option parsing. Also omit the check for a
previous installation and asking about importing previous settings.
.IP "\fB\-no\-persistent\-downloads\fR" 4
.IX Item "-no-persistent-downloads"
.PD 0
.IP "\fB\-persistent\-downloads\fR" 4
.IX Item "-persistent-downloads"
.PD
For network installs, activating this option makes the installer try to
set up a persistent connection using the \f(CW\*(C`LWP\*(C'\fR Perl module. This
opens only one connection between your computer and the server per
session and reuses it, instead of initiating a new download for each
package, which typically yields a significant speed-up.
.Sp
This option is turned on by default, and the installation program will
fall back to using \f(CW\*(C`wget\*(C'\fR if this is not possible. To disable usage of
\&\s-1LWP\s0 and persistent connections, use \f(CW\*(C`\-no\-persistent\-downloads\*(C'\fR.
.IP "\fB\-no\-verify\-downloads\fR" 4
.IX Item "-no-verify-downloads"
By default, if a GnuPG \f(CW\*(C`gpg\*(C'\fR binary is found in \s-1PATH,\s0 downloads are
verified against a cryptographic signature. This option disables such
verification. The full description is in the Crytographic Verification
section of the \f(CW\*(C`tlmgr\*(C'\fR documentation, e.g.,
<https://tug.org/texlive/doc/tlmgr.html#CRYPTOGRAPHIC\-VERIFICATION>
.IP "\fB\-non\-admin\fR" 4
.IX Item "-non-admin"
For Windows only: configure for the current user, not for all users.
.ie n .IP "\fB\-paper\fR ""a4""\fB|\fR""letter""" 4
.el .IP "\fB\-paper\fR \f(CWa4\fR\fB|\fR\f(CWletter\fR" 4
.IX Item "-paper a4|letter"
Set the default paper size for all TeX Live programs, as specified.
The default is \f(CW\*(C`a4\*(C'\fR. The paper size can be set after installation with
the \f(CW\*(C`tlmgr paper\*(C'\fR command.
.IP "\fB\-portable\fR" 4
.IX Item "-portable"
Install for portable use, e.g., on a \s-1USB\s0 stick. See the
\&\f(CW\*(C`instopt_portable\*(C'\fR description below for details.
.IP "\fB\-print\-platform\fR" 4
.IX Item "-print-platform"
Print the TeX Live identifier for the detected platform
(hardware/operating system) combination to standard output, and exit.
\&\f(CW\*(C`\-print\-arch\*(C'\fR is a synonym.
.IP "\fB\-profile\fR \fIprofile_file\fR" 4
.IX Item "-profile profile_file"
Load \fIprofile_file\fR and do the installation with no user interaction,
that is, a batch (unattended) install. Environment variables are
ignored. See \*(L"\s-1PROFILES\*(R"\s0 below.
.IP "\fB\-q\fR" 4
.IX Item "-q"
Omit normal informational messages.
.IP "\fB\-scheme\fR \fIscheme\fR" 4
.IX Item "-scheme scheme"
Schemes are the highest level of package grouping in TeX Live; the
default is to use the \f(CW\*(C`full\*(C'\fR scheme, which includes everything. This
option overrides that default. The \fIscheme\fR argument value may
optionally have a prefix \f(CW\*(C`scheme\-\*(C'\fR. The list of supported scheme names
depends on what your package repository provides; see the interactive
menu list.
.IP "\fB\-texdir\fR \fIdir\fR" 4
.IX Item "-texdir dir"
Specify the system installation directory; the default is
\&\f(CW\*(C`/usr/local/texlive/YYYY\*(C'\fR for release \s-1YYYY.\s0 Specifying this option also
causes the \f(CW\*(C`TEXMFLOCAL\*(C'\fR, \f(CW\*(C`TEXMFSYSCONFIG\*(C'\fR, and \f(CW\*(C`TEXMFSYSVAR\*(C'\fR
directories to be set as subdirectories of \fIdir\fR, so they don't have to
be set individually.
.Sp
There is a brief summary of these directories trees at \*(L"\s-1DIRECTORY
TREES\*(R"\s0 below; for details on the trees set up by default, and their
intended usage, see the main TeX Live documentation at
<https://tug.org/texlive/doc>.
.IP "\fB\-texuserdir\fR \fIdir\fR" 4
.IX Item "-texuserdir dir"
Specify the user installation directory; the default is
\&\f(CW\*(C`~/.texliveYYYY\*(C'\fR (except on Macs, where there is no leading dot).
Specifying this also causes the \f(CW\*(C`TEXMFHOME\*(C'\fR, \f(CW\*(C`TEXMFCONFIG\*(C'\fR, and
\&\f(CW\*(C`TEXMFVAR\*(C'\fR directories to be set as subdirectories of \fIdir\fR.
.IP "\fB\-texmflocal\fR \fIdir\fR" 4
.IX Item "-texmflocal dir"
Specify the \f(CW\*(C`TEXMFLOCAL\*(C'\fR directory; the default is
\&\f(CW\*(C`/usr/local/texlive/texmf\-local\*(C'\fR, that is, one level up from the main
installation. This is so locally-installed packages can be easily used
across releases, which is usually desirable. Specifying the \f(CW\*(C`\-texdir\*(C'\fR
option changes this, putting \f(CW\*(C`TEXMFLOCAL\*(C'\fR under the main tree. The
\&\f(CW\*(C`\-texmflocal\*(C'\fR option can be used to specify an explicit directory.
.Sp
Anything installed here must follow the TeX directory structure (\s-1TDS\s0),
e.g., \f(CW\*(C`TEXMFHOME/tex/latex/mypkg/mypkg.sty\*(C'\fR. \s-1TDS\s0 reference:
<https://tug.org/tds>.
.IP "\fB\-texmfhome\fR \fIdir\fR" 4
.IX Item "-texmfhome dir"
Specify the \f(CW\*(C`TEXMFHOME\*(C'\fR directory; the default is \f(CW\*(C`~/texmf\*(C'\fR, except on
Macs, where it is \f(CW\*(C`~/Library/texmf\*(C'\fR. Analogously to \f(CW\*(C`TEXMFLOCAL\*(C'\fR, the
\&\f(CW\*(C`\-texuserdir\*(C'\fR option changes this default.
.Sp
Also as with \f(CW\*(C`TEXMFLOCAL\*(C'\fR, anything installed here must follow the \s-1TDS.\s0
.IP "\fB\-texmfsysconfig\fR \fIdir\fR" 4
.IX Item "-texmfsysconfig dir"
.PD 0
.IP "\fB\-texmfsysvar\fR \fIdir\fR" 4
.IX Item "-texmfsysvar dir"
.PD
Specify the \f(CW\*(C`TEXMFSYSCONFIG\*(C'\fR and \f(CW\*(C`TEXMFSYSVAR\*(C'\fR system directories.
.IP "\fB\-texmfconfig\fR \fIdir\fR" 4
.IX Item "-texmfconfig dir"
.PD 0
.IP "\fB\-texmfvar\fR \fIdir\fR" 4
.IX Item "-texmfvar dir"
.PD
Specify the \f(CW\*(C`TEXMFCONFIG\*(C'\fR and \f(CW\*(C`TEXMFVAR\*(C'\fR user directories.
The defaults are \f(CW\*(C`~/.texliveYYYY/texmf\-{config,var}\*(C'\fR, except on Macs,
where the leading dot is omitted (\f(CW\*(C`~/texliveYYYY/...\*(C'\fR).
.IP "\fB\-v\fR" 4
.IX Item "-v"
Include verbose debugging messages; repeat for maximum debugging: \f(CW\*(C`\-v
\&\-v\*(C'\fR. (Further repeats are accepted but ignored.)
.IP "\fB\-version\fR, \fB\-\-version\fR" 4
.IX Item "-version, --version"
Output version information and exit. If \f(CW\*(C`\-v\*(C'\fR is also given, the
versions of the TeX Live modules used are also reported.
.SH "PROFILES"
.IX Header "PROFILES"
A \fIprofile\fR file normally contains all the values needed to perform an
installation. After a normal installation has finished, a profile for
that exact installation is written to the file \f(CW\*(C`tlpkg/texlive.profile\*(C'\fR.
In addition, from the text menu one can select \f(CW\*(C`P\*(C'\fR to save the current
setup as a profile at any time. These are small text files; feel free to
peruse and edit them according to your needs.
.PP
Such a profile file can be given as the argument to \f(CW\*(C`\-profile\*(C'\fR, for
example to redo the exact same installation on a different system.
Alternatively, you can use a custom profile, most easily created by
starting from a generated one and changing values. An empty profile
file will cause the installer to use the defaults.
.PP
As mentioned above, the installer only supports selection by scheme and
collections, not individual packages, so packages cannot be specified in
profile files either. Use \f(CW\*(C`tlmgr\*(C'\fR to work at the package level.
.PP
Within a profile file, each line consists of
.PP
\&\fIvariable\fR [\fIvalue\fR]
.PP
except for comment lines starting with \f(CW\*(C`#\*(C'\fR. The possible variable
names are listed below. Values, when present, are either \f(CW0\fR or \f(CW1\fR
for booleans, or strings (which must be specified without any quote
characters). Leading whitespace is ignored.
.PP
If the variable \f(CW\*(C`selected_scheme\*(C'\fR is defined and \fIno\fR collection
variables at all are defined, then the collections required by the
specified scheme (which might change over time) are installed, without
explicitly listing them. This eases maintenance of profile files. If any
collections are specified in a profile, though, then the scheme is
ignored and all desired collections must be given explicitly.
.PP
For example, a line
.PP
.Vb 1
\& selected_scheme scheme\-small
.Ve
.PP
along with definitions for the installation directories (given below
under \*(L"path options\*(R") suffices to install the \*(L"small\*(R" scheme with all
default options. The schemes are described in the \f(CW\*(C`S\*(C'\fR menu in the
text installer, or equivalent.
.PP
In addition to \f(CW\*(C`selected_scheme\*(C'\fR, here are the other variable names
supported in a profile:
.PP
\&\fBcollection options\fR (prefix \f(CW\*(C`collection\-\*(C'\fR)
.PP
Collections are specified with a variable name with the prefix
\&\f(CW\*(C`collection\-\*(C'\fR followed by a collection name; there is no value. For
instance, \f(CW\*(C`collection\-basic\*(C'\fR. The collections are described in the
\&\f(CW\*(C`C\*(C'\fR menu.
.PP
Schemes and collections (and packages) are ultimately defined by the
files in the \f(CW\*(C`tlpkg/tlpsrc/\*(C'\fR source directory.
.PP
\&\fBpath options\fR
.PP
It is best to define all of these, even though they may not be used in a
given installation, so as to avoid unintentionally getting a default
value that could cause problems later.
.PP
.Vb 7
\& TEXDIR
\& TEXMFLOCAL
\& TEXMFSYSCONFIG
\& TEXMFSYSVAR
\& TEXMFCONFIG
\& TEXMFVAR
\& TEXMFHOME
.Ve
.PP
\&\fBinstaller options\fR (prefix \f(CW\*(C`instopt_\*(C'\fR)
.ie n .IP """instopt_adjustpath"" (default 0 on Unix, 1 on Windows)" 4
.el .IP "\f(CWinstopt_adjustpath\fR (default 0 on Unix, 1 on Windows)" 4
.IX Item "instopt_adjustpath (default 0 on Unix, 1 on Windows)"
Adjust \f(CW\*(C`PATH\*(C'\fR environment variable.
.ie n .IP """instopt_adjustrepo"" (default 1)" 4
.el .IP "\f(CWinstopt_adjustrepo\fR (default 1)" 4
.IX Item "instopt_adjustrepo (default 1)"
Set remote repository to a multiplexed \s-1CTAN\s0 mirror after installation;
see \f(CW\*(C`\-repository\*(C'\fR above.
.ie n .IP """instopt_letter"" (default 0)" 4
.el .IP "\f(CWinstopt_letter\fR (default 0)" 4
.IX Item "instopt_letter (default 0)"
Set letter size paper as the default, instead of a4.
.ie n .IP """instopt_portable"" (default 0)" 4
.el .IP "\f(CWinstopt_portable\fR (default 0)" 4
.IX Item "instopt_portable (default 0)"
Install for portable use, e.g., on a \s-1USB\s0 stick, without touching the
host system. Specifically, this forces the user directories
\&\f(CW\*(C`TEXMFHOME\*(C'\fR, \f(CW\*(C`TEXMFCONFIG\*(C'\fR, \f(CW\*(C`TEXMFVAR\*(C'\fR to be identical to the system
directories \f(CW\*(C`TEXMFLOCAL\*(C'\fR, \f(CW\*(C`TEXMFSYSCONFIG\*(C'\fR, \f(CW\*(C`TEXMFSYSVAR\*(C'\fR,
respectively (regardless of other options and environment variable.)
.Sp
In addition, on Windows, it disables the desktop integration, path
adjustment, and file associations actions usually performed.
.ie n .IP """instopt_write18_restricted"" (default 1)" 4
.el .IP "\f(CWinstopt_write18_restricted\fR (default 1)" 4
.IX Item "instopt_write18_restricted (default 1)"
Enable \f(CW\*(C`\ewrite18\*(C'\fR for a restricted set of programs.
.PP
\&\fBtlpdb options\fR (prefix \f(CW\*(C`tlpdbopt_\*(C'\fR)
.PP
The definitive list is given in \f(CW\*(C`tlpkg/TeXLive/TLConfig.pm\*(C'\fR, in the hash
\&\f(CW%TeXLive::TLConfig::TLPDBOptions\fR, together with explanations. All
items given there \fIexcept\fR for \f(CW\*(C`tlpdbopt_location\*(C'\fR can be specified.
Here is the current list:
.PP
.Vb 10
\& tlpdbopt_autobackup
\& tlpdbopt_backupdir
\& tlpdbopt_create_formats
\& tlpdbopt_desktop_integration
\& tlpdbopt_file_assocs
\& tlpdbopt_generate_updmap
\& tlpdbopt_install_docfiles
\& tlpdbopt_install_srcfiles
\& tlpdbopt_post_code
\& tlpdbopt_sys_bin
\& tlpdbopt_sys_info
\& tlpdbopt_sys_man
\& tlpdbopt_w32_multi_user
.Ve
.PP
\&\fBplatform options\fR (prefix \f(CW\*(C`binary_\*(C'\fR)
.PP
For each supported platform in TeX Live (directories under \f(CW\*(C`bin/\*(C'\fR), the
variable \f(CW\*(C`binary_\*(C'\fR\fI\s-1PLATFORM\s0\fR can be set with value 1. For example:
.PP
.Vb 1
\& binary_x86_64\-linux 1
.Ve
.PP
If no \f(CW\*(C`binary_\*(C'\fR settings are made, the default is whatever the
current machine is running.
.PP
In releases before 2017, many profile variables had different
names (not documented here; see the \f(CW\*(C`install\-tl\*(C'\fR source). They are
accepted and transformed to the names given above. When a profile is
written, the names above are always used.
.PP
For more details on all of the above options, consult the TeX Live
installation manual, linked from <https://tug.org/texlive/doc>.
.SH "ENVIRONMENT VARIABLES"
.IX Header "ENVIRONMENT VARIABLES"
For ease in scripting and debugging, \f(CW\*(C`install\-tl\*(C'\fR looks for the
following environment variables. They are not of interest for normal
user installations.
.ie n .IP """NOPERLDOC""" 4
.el .IP "\f(CWNOPERLDOC\fR" 4
.IX Item "NOPERLDOC"
Don't try to run the \f(CW\*(C`\-\-help\*(C'\fR message through \f(CW\*(C`perldoc\*(C'\fR.
.ie n .IP """TEXLIVE_DOWNLOADER""" 4
.el .IP "\f(CWTEXLIVE_DOWNLOADER\fR" 4
.IX Item "TEXLIVE_DOWNLOADER"
.PD 0
.ie n .IP """TL_DOWNLOAD_PROGRAM""" 4
.el .IP "\f(CWTL_DOWNLOAD_PROGRAM\fR" 4
.IX Item "TL_DOWNLOAD_PROGRAM"
.ie n .IP """TL_DOWNLOAD_ARGS""" 4
.el .IP "\f(CWTL_DOWNLOAD_ARGS\fR" 4
.IX Item "TL_DOWNLOAD_ARGS"
.PD
These override the normal choice of a download program; see the \f(CW\*(C`tlmgr\*(C'\fR
documentation, e.g.,
<https://tug.org/texlive/doc/tlmgr.html#ENVIRONMENT\-VARIABLES>.
.ie n .IP """TEXLIVE_INSTALL_ENV_NOCHECK""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_ENV_NOCHECK\fR" 4
.IX Item "TEXLIVE_INSTALL_ENV_NOCHECK"
Omit the check for environment variables containing the string \f(CW\*(C`tex\*(C'\fR.
People developing TeX-related software are likely to have many such
variables.
.ie n .IP """TEXLIVE_INSTALL_NO_CONTEXT_CACHE""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_NO_CONTEXT_CACHE\fR" 4
.IX Item "TEXLIVE_INSTALL_NO_CONTEXT_CACHE"
Omit creating the ConTeXt cache. This is useful for redistributors.
.ie n .IP """TEXLIVE_INSTALL_NO_DISKCHECK""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_NO_DISKCHECK\fR" 4
.IX Item "TEXLIVE_INSTALL_NO_DISKCHECK"
If set to 1, omit free disk space check. By default, if a
POSIX-compliant \f(CW\*(C`df\*(C'\fR program (supporting \f(CW\*(C`\-P\*(C'\fR) is available, the
installer checks for available disk space in the selected installation
location, and will abort installation if there is insufficient disk
space, plus a margin of 100MB. An equivalent check is made on Windows
(not involving \f(CW\*(C`df\*(C'\fR).
.ie n .IP """TEXLIVE_INSTALL_NO_RESUME""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_NO_RESUME\fR" 4
.IX Item "TEXLIVE_INSTALL_NO_RESUME"
Omit check for installing on top of a previous installation and then
asking about importing previous settings.
.ie n .IP """TEXLIVE_INSTALL_NO_WELCOME""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_NO_WELCOME\fR" 4
.IX Item "TEXLIVE_INSTALL_NO_WELCOME"
Omit printing the welcome message after successful installation, e.g.,
when testing.
.ie n .IP """TEXLIVE_INSTALL_PAPER""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_PAPER\fR" 4
.IX Item "TEXLIVE_INSTALL_PAPER"
Set the default paper size for all relevant programs; must be either
\&\f(CW\*(C`letter\*(C'\fR or \f(CW\*(C`a4\*(C'\fR. The default is \f(CW\*(C`a4\*(C'\fR.
.ie n .IP """TEXLIVE_INSTALL_PREFIX""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_PREFIX\fR" 4
.IX Item "TEXLIVE_INSTALL_PREFIX"
.PD 0
.ie n .IP """TEXLIVE_INSTALL_TEXMFCONFIG""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFCONFIG\fR" 4
.IX Item "TEXLIVE_INSTALL_TEXMFCONFIG"
.ie n .IP """TEXLIVE_INSTALL_TEXMFVAR""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFVAR\fR" 4
.IX Item "TEXLIVE_INSTALL_TEXMFVAR"
.ie n .IP """TEXLIVE_INSTALL_TEXMFHOME""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFHOME\fR" 4
.IX Item "TEXLIVE_INSTALL_TEXMFHOME"
.ie n .IP """TEXLIVE_INSTALL_TEXMFLOCAL""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFLOCAL\fR" 4
.IX Item "TEXLIVE_INSTALL_TEXMFLOCAL"
.ie n .IP """TEXLIVE_INSTALL_TEXMFSYSCONFIG""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFSYSCONFIG\fR" 4
.IX Item "TEXLIVE_INSTALL_TEXMFSYSCONFIG"
.ie n .IP """TEXLIVE_INSTALL_TEXMFSYSVAR""" 4
.el .IP "\f(CWTEXLIVE_INSTALL_TEXMFSYSVAR\fR" 4
.IX Item "TEXLIVE_INSTALL_TEXMFSYSVAR"
.PD
Specify the respective directories. \f(CW\*(C`TEXLIVE_INSTALL_PREFIX\*(C'\fR defaults
to \f(CW\*(C`/usr/local/texlive\*(C'\fR. All the defaults can be seen by running the
installer interactively and then typing \f(CW\*(C`D\*(C'\fR for the directory menu.
.Sp
The various command line options for specifying directories override
these environment variables; since specifying both is usually
accidental, a warning is given if the values are different.
.SH "DIRECTORY TREES"
.IX Header "DIRECTORY TREES"
There are a plethora of ways to specify the plethora of directory trees
used by TeX Live. By far the simplest, and recommended, approach is not
to change anything. The defaults suffice for the vast majority of
installations.
.PP
But, for the sake of explanation, here is a table of the trees and the
command line options that change them. The first group of three are
system directories, and the second group of three are user directories;
the two groups are quite analogous.
.PP
.Vb 11
\& +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
\& | tree | default | group change | single change |
\& +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
\& | TEXMFLOCAL | /usr/local/texlive/texmf\-local | \-\-texdir | \-\-texmflocal |
\& | TEXMFSYSVAR | /usr/local/texlive/YYYY/texmf\-var | \-\-texdir | \-\-texmfsysvar |
\& | TEXMFSYSCONFIG | /usr/local/texlive/YYYY/texmf\-config | \-\-texdir | \-\-texmfsysconfig |
\& +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
\& | TEXMFHOME | ~/texmf | \-\-texuserdir | \-\-texmfhome |
\& | TEXMFVAR | ~/.texliveYYYY/texmf\-var | \-\-texuserdir | \-\-texmfvar |
\& | TEXMFCONFIG | ~/.texliveYYYY/texmf\-config | \-\-texuserdir | \-\-texmfconfig |
\& +\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
.Ve
.PP
In addition, as mentioned in the previous section, each tree has an
environment variable \f(CW\*(C`TEXLIVE_INSTALL_\*(C'\fR\fItree\fR which overrides the
default; command line and profile settings both override environment
variable settings.
.PP
The defaults vary slightly on Macs, as explained above in \*(L"\s-1OPTIONS\*(R"\s0.
.PP
For the user trees, the default value uses \f(CW\*(C`~\*(C'\fR, and this is left as a
literal \f(CW\*(C`~\*(C'\fR in \f(CW\*(C`texmf.cnf\*(C'\fR. That way, each user can have their own
\&\f(CW\*(C`TEXMFHOME\*(C'\fR, etc., as intended. On the other hand, for the system
trees, if \f(CW\*(C`~\*(C'\fR is used during the installation, this is assumed to
simply be a typing shorthand, and the expanded home directory is written
in \f(CW\*(C`texmf.cnf\*(C'\fR, since it doesn't make sense to have user-specific
system directories.
.PP
For more on the directory trees and their intended usage, see the main
TeX Live documentation at <https://tug.org/texlive/doc>.
.SH "BUGS"
.IX Header "BUGS"
The \f(CW\*(C`install\-tl\*(C'\fR script copies itself into the installed tree.
Usually, it can be run from there, using the installed tree as the
source for another installation. Occasionally, however, there may be
incompatibilities in the code of the new \f(CW\*(C`install\-tl\*(C'\fR and the
infrastructure, resulting in (probably) inscrutable Perl errors. The
way forward is to run \f(CW\*(C`install\-tl\*(C'\fR out of the installer package
(\f(CW\*(C`install\-tl\-unx.tar.gz\*(C'\fR or \f(CW\*(C`install\-tl.zip\*(C'\fR) instead of the
installation. Feel free to also report the issue; usually the code
can be easily synced up again.
.PP
By the way, do not try to use \f(CW\*(C`install\-tl\*(C'\fR to adjust options or
installed packages in an existing installed tree. Use \f(CW\*(C`tlmgr\*(C'\fR instead.
.SH "AUTHORS AND COPYRIGHT"
.IX Header "AUTHORS AND COPYRIGHT"
This script and its documentation were written for the TeX Live
distribution (<https://tug.org/texlive>) and both are licensed under the
\&\s-1GNU\s0 General Public License Version 2 or later.
.PP
\&\f(CW$Id:\fR install-tl 63919 2022\-07\-17 17:49:31Z karl $
|