Texlive 更新命令

设置repository

tlmgr repository set http://mirror.hust.edu.cn/CTAN/systems/texlive/tlnet

上面的例子使用的是华中科技大学的镜像。

Update

tlmgr update --self --all --reinstall-forcibly-removed

上述命令会将tlmgr本身也更新,如果只想列出需要更新的包,可以执行如下命令:

tlmgr update --list

你可能感兴趣的:(texlive)