我正在尝试安装 Acrotex 来使用电子表格。
我在 Ubuntu 上运行。
我做到了
sudo -i tlmgr update --list
(running on Debian, switching to user mode!)
/usr/bin/tlmgr: unexpected return value from verify_checksum: -5
所以我尝试删除所有内容
apt-get remove 'texlive-*'
apt-get install texlive
不幸的是,它似乎安装的是 texlive 2019,而不是 2021 :(
$ tlmgr --version
tlmgr revision 53568 (2020-01-27 19:20:16 +0100)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2019
$ tlmgr --verify-repo=none install acrotex
(running on Debian, switching to user mode!)
tlmgr: Local TeX Live (2019) is older than remote repository (2021).
Cross release updates are only supported with
update-tlmgr-latest(.sh/.exe) --update
See https://tug.org/texlive/upgrade.html for details.
我甚至尝试过
$ wget https://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
$ sudo ./update-tlmgr-latest.sh
Verifying archive integrity... All good.
Uncompressing TeX Live Manager Updater 100%
./runme.sh: Cannot find TeX Live root using kpsewhich --var-value=SELFAUTOPARENT.
./runme.sh: (no tlpkg/texlive.tlpdb and/or tlpkg/tlpobj/.)
./runme.sh: Please set your PATH as needed, otherwise it's hopeless.
如何使用 TeX Live 安装软件包?