LinuxCommandLibrary

tlmgr-update

Update TeX Live packages

TLDR

Update all packages

$ tlmgr update --all
copy
Update specific package
$ tlmgr update [package]
copy
Check for updates
$ tlmgr update --list
copy
Update self
$ tlmgr update --self
copy

SYNOPSIS

tlmgr update [options] [package...]

DESCRIPTION

tlmgr update updates TeX Live packages to latest versions. Can update the entire installation or specific packages. Part of TeX Live Manager.

PARAMETERS

--all

Update all installed packages.
--self
Update tlmgr itself.
--list
List available updates.
--dry-run
Show what would be updated.
--backup
Backup packages before updating.
--exclude pkg
Exclude package from update.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community