summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-28 01:28:10 +0000
committerKarl Berry <karl@freefriends.org>2023-02-28 01:28:10 +0000
commit8035252866e831920e3e693169f3360a097101f8 (patch)
treec9d729e4132bc44f8286fc9a97df9bc5ab80b356 /Build
parent2e022ee0ce276a14185baddd536ab77e5d1cacf2 (diff)
tlmgr path --windowsmode
git-svn-id: svn://tug.org/texlive/trunk@66244 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/doc/tlbuild-incl/install-tl.texi2
-rw-r--r--Build/source/doc/tlbuild-incl/tlmgr.texi28
-rw-r--r--Build/source/doc/tlbuild.info348
3 files changed, 190 insertions, 188 deletions
diff --git a/Build/source/doc/tlbuild-incl/install-tl.texi b/Build/source/doc/tlbuild-incl/install-tl.texi
index 7495627cc7e..fc787d8e2fd 100644
--- a/Build/source/doc/tlbuild-incl/install-tl.texi
+++ b/Build/source/doc/tlbuild-incl/install-tl.texi
@@ -803,5 +803,5 @@ This script and its documentation were written for the TeX Live
distribution (@url{https://tug.org/texlive}) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: install-tl 66112 2023-02-23 23:28:27Z karl $
+$Id: install-tl 66236 2023-02-27 21:44:33Z karl $
diff --git a/Build/source/doc/tlbuild-incl/tlmgr.texi b/Build/source/doc/tlbuild-incl/tlmgr.texi
index c80589363c4..c5fe406d165 100644
--- a/Build/source/doc/tlbuild-incl/tlmgr.texi
+++ b/Build/source/doc/tlbuild-incl/tlmgr.texi
@@ -1109,11 +1109,11 @@ settings.
@appendixsubsec path
@table @asis
-@item @strong{path [@asis{}-@asis{}-@asis{}w32mode=user|admin] add}
-@anchor{tlmgr @strong{path [@asis{}-@asis{}-@asis{}w32mode=user|admin] add}}
+@item @strong{path [@asis{}-@asis{}-@asis{}windowsmode=user|admin] add}
+@anchor{tlmgr @strong{path [@asis{}-@asis{}-@asis{}windowsmode=user|admin] add}}
-@item @strong{path [@asis{}-@asis{}-@asis{}w32mode=user|admin] remove}
-@anchor{tlmgr @strong{path [@asis{}-@asis{}-@asis{}w32mode=user|admin] remove}}
+@item @strong{path [@asis{}-@asis{}-@asis{}windowsmode=user|admin] remove}
+@anchor{tlmgr @strong{path [@asis{}-@asis{}-@asis{}windowsmode=user|admin] remove}}
On Unix, adds or removes symlinks for executables, man pages, and info
pages in the system directories specified by the respective options (see
@@ -1125,21 +1125,21 @@ command must be rerun as needed.
On Windows, the registry part where the binary directory is added or
removed is determined in the following way:
-If the user has admin rights, and the option @code{--w32mode} is not given,
+If the user has admin rights, and the option @code{--windowsmode} is not given,
the setting @emph{w32_multi_user} determines the location (i.e., if it is
on then the system path, otherwise the user path is changed).
-If the user has admin rights, and the option @code{--w32mode} is given, this
+If the user has admin rights, and the option @code{--windowsmode} is given, this
option determines the path to be adjusted.
-If the user does not have admin rights, and the option @code{--w32mode}
+If the user does not have admin rights, and the option @code{--windowsmode}
is not given, and the setting @emph{w32_multi_user} is off, the user path
is changed, while if the setting @emph{w32_multi_user} is on, a warning is
issued that the caller does not have enough privileges.
-If the user does not have admin rights, and the option @code{--w32mode}
+If the user does not have admin rights, and the option @code{--windowsmode}
is given, it must be @code{user} and the user path will be adjusted. If a
-user without admin rights uses the option @code{--w32mode admin} a warning
+user without admin rights uses the option @code{--windowsmode admin} a warning
is issued that the caller does not have enough privileges.
@end table
@@ -1239,14 +1239,14 @@ line, or for all if @code{--all} is given.
Options:
@table @asis
-@item @strong{@asis{}-@asis{}-@asis{}w32mode=[user|admin]}
-@anchor{tlmgr @strong{@asis{}-@asis{}-@asis{}w32mode=[user|admin]}}
+@item @strong{@asis{}-@asis{}-@asis{}windowsmode=[user|admin]}
+@anchor{tlmgr @strong{@asis{}-@asis{}-@asis{}windowsmode=[user|admin]}}
-If the option @code{--w32mode} is given the value @code{user}, all actions will
+If the option @code{--windowsmode} is given the value @code{user}, all actions will
only be carried out in the user-accessible parts of the
registry/filesystem, while the value @code{admin} selects the system-wide
parts of the registry for the file associations. If you do not have
-enough permissions, using @code{--w32mode=admin} will not succeed.
+enough permissions, using @code{--windowsmode=admin} will not succeed.
@item @strong{@asis{}-@asis{}-@asis{}fileassocmode=[1|2]}
@anchor{tlmgr @strong{@asis{}-@asis{}-@asis{}fileassocmode=[1|2]}}
@@ -2683,5 +2683,5 @@ This script and its documentation were written for the TeX Live
distribution (@url{https://tug.org/texlive}) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 65998 2023-02-21 01:33:24Z karl $
+$Id: tlmgr.pl 66236 2023-02-27 21:44:33Z karl $
diff --git a/Build/source/doc/tlbuild.info b/Build/source/doc/tlbuild.info
index 7738306fdd1..0893c7691bb 100644
--- a/Build/source/doc/tlbuild.info
+++ b/Build/source/doc/tlbuild.info
@@ -3065,7 +3065,7 @@ This script and its documentation were written for the TeX Live
distribution (<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
- $Id: install-tl 66112 2023-02-23 23:28:27Z karl $
+ $Id: install-tl 66236 2023-02-27 21:44:33Z karl $

File: tlbuild.info, Node: tlmgr, Next: Index, Prev: install-tl, Up: Top
@@ -4155,9 +4155,9 @@ File: tlbuild.info, Node: tlmgr path, Next: tlmgr pinning, Prev: tlmgr paper,
B.6.17 path
-----------
-*path [--w32mode=user|admin] add*
+*path [--windowsmode=user|admin] add*
-*path [--w32mode=user|admin] remove*
+*path [--windowsmode=user|admin] remove*
On Unix, adds or removes symlinks for executables, man pages, and
info pages in the system directories specified by the respective
@@ -4170,23 +4170,25 @@ B.6.17 path
On Windows, the registry part where the binary directory is added
or removed is determined in the following way:
- If the user has admin rights, and the option '--w32mode' is not
+ If the user has admin rights, and the option '--windowsmode' is not
given, the setting _w32_multi_user_ determines the location (i.e.,
if it is on then the system path, otherwise the user path is
changed).
- If the user has admin rights, and the option '--w32mode' is given,
- this option determines the path to be adjusted.
+ If the user has admin rights, and the option '--windowsmode' is
+ given, this option determines the path to be adjusted.
- If the user does not have admin rights, and the option '--w32mode'
- is not given, and the setting _w32_multi_user_ is off, the user
- path is changed, while if the setting _w32_multi_user_ is on, a
- warning is issued that the caller does not have enough privileges.
+ If the user does not have admin rights, and the option
+ '--windowsmode' is not given, and the setting _w32_multi_user_ is
+ off, the user path is changed, while if the setting
+ _w32_multi_user_ is on, a warning is issued that the caller does
+ not have enough privileges.
- If the user does not have admin rights, and the option '--w32mode'
- is given, it must be 'user' and the user path will be adjusted. If
- a user without admin rights uses the option '--w32mode admin' a
- warning is issued that the caller does not have enough privileges.
+ If the user does not have admin rights, and the option
+ '--windowsmode' is given, it must be 'user' and the user path will
+ be adjusted. If a user without admin rights uses the option
+ '--windowsmode admin' a warning is issued that the caller does not
+ have enough privileges.

File: tlbuild.info, Node: tlmgr pinning, Next: tlmgr platform, Prev: tlmgr path, Up: tlmgr ACTIONS
@@ -4273,14 +4275,14 @@ B.6.20 postaction
Options:
- *--w32mode=[user|admin]*
+ *--windowsmode=[user|admin]*
- If the option '--w32mode' is given the value 'user', all
+ If the option '--windowsmode' is given the value 'user', all
actions will only be carried out in the user-accessible parts
of the registry/filesystem, while the value 'admin' selects
the system-wide parts of the registry for the file
associations. If you do not have enough permissions, using
- '--w32mode=admin' will not succeed.
+ '--windowsmode=admin' will not succeed.
*--fileassocmode=[1|2]*
@@ -5678,7 +5680,7 @@ This script and its documentation were written for the TeX Live
distribution (<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
- $Id: tlmgr.pl 65998 2023-02-21 01:33:24Z karl $
+ $Id: tlmgr.pl 66236 2023-02-27 21:44:33Z karl $

File: tlbuild.info, Node: Index, Prev: tlmgr, Up: Top
@@ -6549,161 +6551,161 @@ Ref: tlmgr *paper [a4|letter]*160984
Ref: tlmgr *<[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*>161061
Ref: tlmgr *paper --json*161077
Node: tlmgr path162292
-Ref: tlmgr *path [--w32mode=user|admin] add*162454
-Ref: tlmgr *path [--w32mode=user|admin] remove*162492
-Node: tlmgr pinning163977
-Ref: tlmgr pinning show164218
-Ref: tlmgr pinning add _repo_ _pkgglob_...164291
-Ref: tlmgr pinning remove _repo_ _pkgglob_...164410
-Ref: tlmgr pinning remove _repo_ --all164563
-Node: tlmgr platform164617
-Ref: tlmgr *platform list|add|remove _platform_...*164803
-Ref: tlmgr *platform set _platform_*164830
-Ref: tlmgr *platform set auto*164851
-Ref: tlmgr *--dry-run* 2165729
-Node: tlmgr postaction165848
-Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*166078
-Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*166152
-Ref: tlmgr *--w32mode=[user|admin]*166468
-Ref: tlmgr *--fileassocmode=[1|2]*166885
-Ref: tlmgr *--all* 1167171
-Node: tlmgr print-platform167226
-Node: tlmgr print-platform-info167557
-Node: tlmgr remove [_option_...] _pkg_...167857
-Ref: tlmgr *--all* 2168342
-Ref: tlmgr *--backup*168453
-Ref: tlmgr *--backupdir* _directory_ 1168480
-Ref: tlmgr *--no-depends* 1168885
-Ref: tlmgr *--no-depends-at-all* 1168948
-Ref: tlmgr *--force* 1169055
-Ref: tlmgr *--dry-run* 3169529
-Node: tlmgr repository169906
-Ref: tlmgr *repository list*170094
-Ref: tlmgr *repository list _path|url|tag_*170128
-Ref: tlmgr *repository add _path_ [_tag_]*170161
-Ref: tlmgr *repository remove _path|tag_*170193
-Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*170247
-Ref: tlmgr *repository status*170268
-Ref: tlmgr The tag (which can be the same as the url);171495
-Node: tlmgr restore171973
-Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*172152
-Ref: tlmgr *restore [_option_...] --all*172183
-Ref: tlmgr *--all* 3172884
-Ref: tlmgr *--backupdir* _directory_ 2173099
-Ref: tlmgr *--dry-run* 4173281
-Ref: tlmgr *--force* 2173414
-Ref: tlmgr *--json* 2173461
-Node: tlmgr search173788
-Ref: tlmgr *search [_option_...] _what_*173952
-Ref: tlmgr *search [_option_...] --file _what_*173990
-Ref: tlmgr *search [_option_...] --all _what_*174027
-Ref: tlmgr *--file* 1174248
-Ref: tlmgr *--all* 4174311
-Ref: tlmgr *--global*174401
-Ref: tlmgr *--word*174529
-Node: tlmgr shell174844
-Ref: tlmgr protocol175579
-Ref: tlmgr help 1175643
-Ref: tlmgr version 1175696
-Ref: tlmgr quit, end, bye, byebye, EOF175764
-Ref: tlmgr restart175785
-Ref: tlmgr load [local|remote]175908
-Ref: tlmgr save175978
-Ref: tlmgr get [_var_] =item set [_var_ [_val_]]176101
-Node: tlmgr show176702
-Node: tlmgr uninstall176869
-Node: tlmgr update [_option_...] [_pkg_...]177101
-Ref: tlmgr *--all* 5177473
-Ref: tlmgr *--self*179653
-Ref: tlmgr *--dry-run* 5180418
-Ref: tlmgr *--list* [_pkg_]180596
-Ref: tlmgr *--exclude* _pkg_181286
-Ref: tlmgr *--no-auto-remove* [_pkg_...]182087
-Ref: tlmgr *--no-auto-install* [_pkg_...]182572
-Ref: tlmgr *--reinstall-forcibly-removed*183335
-Ref: tlmgr *--backup* 1183871
-Ref: tlmgr *--backupdir* _directory_ 3183898
-Ref: tlmgr *--no-depends* 2185065
-Ref: tlmgr *--no-depends-at-all* 2185269
-Ref: tlmgr *--force* 3185376
-Node: tlmgr CONFIGURATION FILE FOR TLMGR186367
-Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.187369
-Ref: tlmgr gui-expertmode = 0 or 1 (default 1). This switches between the full GUI and a simplified GUI with only the most common settings.187501
-Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.187585
-Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).187634
-Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.187709
-Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.187784
-Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.187892
-Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.188037
-Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.188108
-Ref: tlmgr allowed-actions = _action1_[,_action2_,...] The value is a comma-separated list (no spaces) of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode). This allows distributors to include tlmgr in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this.188625
-Node: tlmgr CRYPTOGRAPHIC VERIFICATION189457
-Node: tlmgr Configuration of GnuPG invocation191630
-Node: tlmgr USER MODE192268
-Node: tlmgr User mode install195139
-Node: tlmgr User mode backup, restore, remove, update196285
-Node: tlmgr User mode generate, option, paper196731
-Node: tlmgr User mode logs197098
-Node: tlmgr MULTIPLE REPOSITORIES197396
-Node: tlmgr Pinning199125
-Node: tlmgr GUI FOR TLMGR201048
-Node: tlmgr Main display202697
-Node: tlmgr Display configuration area202949
-Ref: tlmgr Status203310
-Ref: tlmgr Category203474
-Ref: tlmgr Match203660
-Ref: tlmgr Selection203841
-Ref: tlmgr Display configuration buttons204045
-Node: tlmgr Package list area204228
-Ref: tlmgr a checkbox204812
-Ref: tlmgr package name204948
-Ref: tlmgr local revision (and version)205047
-Ref: tlmgr remote revision (and version)205422
-Ref: tlmgr short description205719
-Node: tlmgr Main display action buttons205764
-Ref: tlmgr Update all installed206030
-Ref: tlmgr Update206402
-Ref: tlmgr Install206452
-Ref: tlmgr Remove206638
-Ref: tlmgr Backup206816
-Node: tlmgr Menu bar206973
-Ref: tlmgr tlmgr menu207196
-Ref: tlmgr Options menu207504
-Ref: tlmgr Actions menu208587
-Ref: tlmgr Help menu209015
-Node: tlmgr GUI options209149
-Ref: tlmgr -background _color_209395
-Ref: tlmgr -font " _fontname_ _fontsize_ "209460
-Ref: tlmgr -foreground _color_209618
-Ref: tlmgr -geometry _geomspec_209670
-Ref: tlmgr -xrm _xresource_209862
-Node: tlmgr MACHINE-READABLE OUTPUT210131
-Node: tlmgr Machine-readable update and install output210945
-Ref: tlmgr location-url _location_212221
-Ref: tlmgr total-bytes _count_212437
-Ref: tlmgr _pkgname_212847
-Ref: tlmgr _status_213057
-Ref: tlmgr d213135
-Ref: tlmgr f213195
-Ref: tlmgr u213374
-Ref: tlmgr r213420
-Ref: tlmgr a213543
-Ref: tlmgr i213721
-Ref: tlmgr I213840
-Ref: tlmgr _localrev_213942
-Ref: tlmgr _serverrev_214049
-Ref: tlmgr _size_214161
-Ref: tlmgr _runtime_214330
-Ref: tlmgr _esttot_214400
-Node: tlmgr Machine-readable option output214433
-Node: tlmgr ENVIRONMENT VARIABLES214945
-Ref: tlmgr TEXLIVE_COMPRESSOR215456
-Ref: tlmgr TEXLIVE_DOWNLOADER216304
-Ref: tlmgr TL_DOWNLOAD_PROGRAM216327
-Ref: tlmgr TL_DOWNLOAD_ARGS216347
-Ref: tlmgr TEXLIVE_PREFER_OWN217373
-Node: tlmgr AUTHORS AND COPYRIGHT218197
-Node: Index218595
+Ref: tlmgr *path [--windowsmode=user|admin] add*162458
+Ref: tlmgr *path [--windowsmode=user|admin] remove*162500
+Node: tlmgr pinning164015
+Ref: tlmgr pinning show164256
+Ref: tlmgr pinning add _repo_ _pkgglob_...164329
+Ref: tlmgr pinning remove _repo_ _pkgglob_...164448
+Ref: tlmgr pinning remove _repo_ --all164601
+Node: tlmgr platform164655
+Ref: tlmgr *platform list|add|remove _platform_...*164841
+Ref: tlmgr *platform set _platform_*164868
+Ref: tlmgr *platform set auto*164889
+Ref: tlmgr *--dry-run* 2165767
+Node: tlmgr postaction165886
+Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*166116
+Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*166190
+Ref: tlmgr *--windowsmode=[user|admin]*166510
+Ref: tlmgr *--fileassocmode=[1|2]*166935
+Ref: tlmgr *--all* 1167221
+Node: tlmgr print-platform167276
+Node: tlmgr print-platform-info167607
+Node: tlmgr remove [_option_...] _pkg_...167907
+Ref: tlmgr *--all* 2168392
+Ref: tlmgr *--backup*168503
+Ref: tlmgr *--backupdir* _directory_ 1168530
+Ref: tlmgr *--no-depends* 1168935
+Ref: tlmgr *--no-depends-at-all* 1168998
+Ref: tlmgr *--force* 1169105
+Ref: tlmgr *--dry-run* 3169579
+Node: tlmgr repository169956
+Ref: tlmgr *repository list*170144
+Ref: tlmgr *repository list _path|url|tag_*170178
+Ref: tlmgr *repository add _path_ [_tag_]*170211
+Ref: tlmgr *repository remove _path|tag_*170243
+Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*170297
+Ref: tlmgr *repository status*170318
+Ref: tlmgr The tag (which can be the same as the url);171545
+Node: tlmgr restore172023
+Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*172202
+Ref: tlmgr *restore [_option_...] --all*172233
+Ref: tlmgr *--all* 3172934
+Ref: tlmgr *--backupdir* _directory_ 2173149
+Ref: tlmgr *--dry-run* 4173331
+Ref: tlmgr *--force* 2173464
+Ref: tlmgr *--json* 2173511
+Node: tlmgr search173838
+Ref: tlmgr *search [_option_...] _what_*174002
+Ref: tlmgr *search [_option_...] --file _what_*174040
+Ref: tlmgr *search [_option_...] --all _what_*174077
+Ref: tlmgr *--file* 1174298
+Ref: tlmgr *--all* 4174361
+Ref: tlmgr *--global*174451
+Ref: tlmgr *--word*174579
+Node: tlmgr shell174894
+Ref: tlmgr protocol175629
+Ref: tlmgr help 1175693
+Ref: tlmgr version 1175746
+Ref: tlmgr quit, end, bye, byebye, EOF175814
+Ref: tlmgr restart175835
+Ref: tlmgr load [local|remote]175958
+Ref: tlmgr save176028
+Ref: tlmgr get [_var_] =item set [_var_ [_val_]]176151
+Node: tlmgr show176752
+Node: tlmgr uninstall176919
+Node: tlmgr update [_option_...] [_pkg_...]177151
+Ref: tlmgr *--all* 5177523
+Ref: tlmgr *--self*179703
+Ref: tlmgr *--dry-run* 5180468
+Ref: tlmgr *--list* [_pkg_]180646
+Ref: tlmgr *--exclude* _pkg_181336
+Ref: tlmgr *--no-auto-remove* [_pkg_...]182137
+Ref: tlmgr *--no-auto-install* [_pkg_...]182622
+Ref: tlmgr *--reinstall-forcibly-removed*183385
+Ref: tlmgr *--backup* 1183921
+Ref: tlmgr *--backupdir* _directory_ 3183948
+Ref: tlmgr *--no-depends* 2185115
+Ref: tlmgr *--no-depends-at-all* 2185319
+Ref: tlmgr *--force* 3185426
+Node: tlmgr CONFIGURATION FILE FOR TLMGR186417
+Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.187419
+Ref: tlmgr gui-expertmode = 0 or 1 (default 1). This switches between the full GUI and a simplified GUI with only the most common settings.187551
+Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.187635
+Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).187684
+Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.187759
+Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.187834
+Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.187942
+Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.188087
+Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.188158
+Ref: tlmgr allowed-actions = _action1_[,_action2_,...] The value is a comma-separated list (no spaces) of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode). This allows distributors to include tlmgr in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this.188675
+Node: tlmgr CRYPTOGRAPHIC VERIFICATION189507
+Node: tlmgr Configuration of GnuPG invocation191680
+Node: tlmgr USER MODE192318
+Node: tlmgr User mode install195189
+Node: tlmgr User mode backup, restore, remove, update196335
+Node: tlmgr User mode generate, option, paper196781
+Node: tlmgr User mode logs197148
+Node: tlmgr MULTIPLE REPOSITORIES197446
+Node: tlmgr Pinning199175
+Node: tlmgr GUI FOR TLMGR201098
+Node: tlmgr Main display202747
+Node: tlmgr Display configuration area202999
+Ref: tlmgr Status203360
+Ref: tlmgr Category203524
+Ref: tlmgr Match203710
+Ref: tlmgr Selection203891
+Ref: tlmgr Display configuration buttons204095
+Node: tlmgr Package list area204278
+Ref: tlmgr a checkbox204862
+Ref: tlmgr package name204998
+Ref: tlmgr local revision (and version)205097
+Ref: tlmgr remote revision (and version)205472
+Ref: tlmgr short description205769
+Node: tlmgr Main display action buttons205814
+Ref: tlmgr Update all installed206080
+Ref: tlmgr Update206452
+Ref: tlmgr Install206502
+Ref: tlmgr Remove206688
+Ref: tlmgr Backup206866
+Node: tlmgr Menu bar207023
+Ref: tlmgr tlmgr menu207246
+Ref: tlmgr Options menu207554
+Ref: tlmgr Actions menu208637
+Ref: tlmgr Help menu209065
+Node: tlmgr GUI options209199
+Ref: tlmgr -background _color_209445
+Ref: tlmgr -font " _fontname_ _fontsize_ "209510
+Ref: tlmgr -foreground _color_209668
+Ref: tlmgr -geometry _geomspec_209720
+Ref: tlmgr -xrm _xresource_209912
+Node: tlmgr MACHINE-READABLE OUTPUT210181
+Node: tlmgr Machine-readable update and install output210995
+Ref: tlmgr location-url _location_212271
+Ref: tlmgr total-bytes _count_212487
+Ref: tlmgr _pkgname_212897
+Ref: tlmgr _status_213107
+Ref: tlmgr d213185
+Ref: tlmgr f213245
+Ref: tlmgr u213424
+Ref: tlmgr r213470
+Ref: tlmgr a213593
+Ref: tlmgr i213771
+Ref: tlmgr I213890
+Ref: tlmgr _localrev_213992
+Ref: tlmgr _serverrev_214099
+Ref: tlmgr _size_214211
+Ref: tlmgr _runtime_214380
+Ref: tlmgr _esttot_214450
+Node: tlmgr Machine-readable option output214483
+Node: tlmgr ENVIRONMENT VARIABLES214995
+Ref: tlmgr TEXLIVE_COMPRESSOR215506
+Ref: tlmgr TEXLIVE_DOWNLOADER216354
+Ref: tlmgr TL_DOWNLOAD_PROGRAM216377
+Ref: tlmgr TL_DOWNLOAD_ARGS216397
+Ref: tlmgr TEXLIVE_PREFER_OWN217423
+Node: tlmgr AUTHORS AND COPYRIGHT218247
+Node: Index218645

End Tag Table