我有一台 MacOS,当我尝试在控制台中安装任何 Latex 包时,我输入
sudo tlmgr install texlive-lang-russian
我从 MacOS 收到以下错误消息:
tlmgr: Local TeX Live (2021) is older than remote repository (2022).
Cross release updates are only supported with
update-tlmgr-latest(.sh/.exe) --update
See https://tug.org/texlive/upgrade.html for details.
我尝试update-tlmgr-latest(.sh/.exe) --update
按照提示输入,但不起作用。您能解释一下我应该怎么做才能更新软件包吗?
谢谢!