我在 ubuntu 20.04 上安装了 texlive:
sudo apt -y install texlive-latex-extra texlive-extra-utils texlive-font-utils
尝试安装乳胶包(任何)时,我得到了:
/usr/bin/tlmgr: unexpected return value from verify_checksum: -5
有任何想法吗?
编辑:你好,我用tlmgr install package_name
. tlmgr 安装乳胶时安装...的输出dpkg -S $(which tlmgr)
texlive-base: /usr/bin/tlmgr
输出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
输出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
这里有两个时刻:
根据StackExchange 上的这个问答- TuG GPG 密钥已过期,因此您必须添加
--verify-repo=none
到命令中,如下所示:另请注意,
tlmgr
将显示警告:所以需要一些额外的操作。
就我个人而言,我更喜欢使用发行版中的 deb 包进行安装。您可以使用这种方法作为解决方法。对于beamer包,可以在搜索beamer.cls时从 packages.ubuntu.com获得正确的 deb 包名称。所以你必须安装单个包:
tlmgr: Local TeX Live (2019) is older than remote repository (2020)
. 更改 TexLive 2019 的正确存储库已解决此错误。在此示例中,我使用参数
beamer
成功安装了包。--verify-repo=none