
tlmgr-update
List of commands for tlmgr-update:
-
tlmgr-update:tldr:0ac92 tlmgr-update: Update all packages, making a backup of the current packages.$ sudo tlmgr update --all --backuptry on your machineexplain this command
-
tlmgr-update:tldr:4e16a tlmgr-update: Update all TeX Live packages.$ sudo tlmgr update --alltry on your machineexplain this command
-
tlmgr-update:tldr:52bbe tlmgr-update: Update all except a specific package.$ sudo tlmgr update --all --exclude ${package}try on your machineexplain this command
-
tlmgr-update:tldr:985fb tlmgr-update: Update a specific package.$ sudo tlmgr update ${package}try on your machineexplain this command
-
tlmgr-update:tldr:ad603 tlmgr-update: Update tlmgr itself.$ sudo tlmgr update --selftry on your machineexplain this command
-
tlmgr-update:tldr:c9d13 tlmgr-update: Update a specific package without updating its dependencies.$ sudo tlmgr update --no-depends ${package}try on your machineexplain this command