commands.sh

tlmgr update

all

Update TeX Live packages.

More info →

Examples (7)

Update all TeX Live packages

Update tlmgr itself

Update a specific package

Update all except a specific package

sudo tlmgr update --all --exclude package

Update all packages, making a backup of the current packages

sudo tlmgr update --all --backup

Update a specific package without updating its dependencies

sudo tlmgr update --no-depends package

Simulate updating all packages without making any changes

sudo tlmgr update --all --dry-run
made by @shridhargupta | data from tldr-pages