🐅
TeXLive アップデートしようね
Macで書類を書いていてなんかのライブラリが使えなかったので調べるとTeXLiveアップデートしなきゃあいけなかった、少し沼ったので解決方法をメモ
tlmgr update --list
これが怒られなかったらOK
tlmgr: Local TeX Live (2022) is older than remote repository (2025).
Cross release updates are only supported with
こんな感じに怒られたらすこし手間を掛ける必要がある
wget https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
sudo sh update-tlmgr-latest.sh -- --upgrade
色々言われるが無視して一応
sudo tlmgr update --self
すでに最新ならしなくていい、ここで全てアップデート
sudo tlmgr update --all
自分の環境では2003つのアップデートなので結構時間がかかる
Discussion