← 返回命令列表

Linux command

tlmgr-update 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Update all packages

tlmgr update --all

Update specific package

tlmgr update [package]

Check for updates

tlmgr update --list

Update self

tlmgr update --self

说明

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

参数

--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.

FAQ

What is the tlmgr-update command used for?

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

How do I run a basic tlmgr-update example?

Run `tlmgr update --all` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --all do in tlmgr-update?

Update all installed packages.