我在 ubuntu 20.04 上安装了 texlive:
sudo apt -y install texlive-latex-extra texlive-extra-utils texlive-font-utils
Run Code Online (Sandbox Code Playgroud)
当尝试安装乳胶包(任何)时,我得到:
/usr/bin/tlmgr: unexpected return value from verify_checksum: -5
Run Code Online (Sandbox Code Playgroud)
有任何想法吗?
编辑:您好,我使用tlmgr install package_name. 安装 Latex 时会安装 tlmgr... 的输出dpkg -S $(which tlmgr)
texlive-base: /usr/bin/tlmgr
Run Code Online (Sandbox Code Playgroud)
输出apt-cache policy texlive-base:
texlive-base:
Installed: 2019.20200218-1
Candidate: 2019.20200218-1
Version table:
*** 2019.20200218-1 500
500 http://cl.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://cl.archive.ubuntu.com/ubuntu focal/universe i386 Packages
100 /var/lib/dpkg/status
Run Code Online (Sandbox Code Playgroud)
输出tlmgr --version:
tlmgr revision 53568 (2020-01-27 19:20:16 +0100)
tlmgr using installation: /usr/share/texlive
TeX Live …Run Code Online (Sandbox Code Playgroud)