Forrest logo
back to context overview

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 --backup
    try on your machine
    explain this command
  • tlmgr-update:tldr:4e16a tlmgr-update: Update all TeX Live packages.
    $ sudo tlmgr update --all
    try on your machine
    explain this command
  • tlmgr-update:tldr:52bbe tlmgr-update: Update all except a specific package.
    $ sudo tlmgr update --all --exclude ${package}
    try on your machine
    explain this command
  • tlmgr-update:tldr:985fb tlmgr-update: Update a specific package.
    $ sudo tlmgr update ${package}
    try on your machine
    explain this command
  • tlmgr-update:tldr:ad603 tlmgr-update: Update tlmgr itself.
    $ sudo tlmgr update --self
    try on your machine
    explain 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 machine
    explain this command
back to context overview