在 Ubuntu 16.04 LTS 上将 Tex Live 从 2015 年升级到 2016 年

MYa*_*208 14 upgrade latex texlive

最近我将 Ubuntu 从 14.04 LTS 升级到 16.04 LTS。现在我想将 Tex Live 从 2015 年升级到 2016 年。当我将 Tex Live 从 2013 年升级到 2015 年时遇到了麻烦。如果有人指导我如何在 Ubuntu 16.04 上从 2015 年到 2016 年升级 Tex Live,我将不胜感激长期服务。谢谢

寻找在 Ubuntu 16.04 LTS 上将 Tex Live 从 2015 年升级到 2016 年的完整指南。

and*_*.46 21

如果您愿意升级TeX Live 的系统版本,您可以从 PPA 安装最新版本。添加 PPA 并从终端安装 TeX Live,如下所示:

sudo add-apt-repository ppa:jonathonf/texlive-2016
sudo apt-get update
sudo apt-get install texlive
Run Code Online (Sandbox Code Playgroud)

这在我自己的 Xenial 系统上安装没有问题:

andrew@athens:~$ tex --version
TeX 3.14159265 (TeX Live 2016/Debian)
kpathsea version 6.2.2
Copyright 2016 D.E. Knuth.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.
andrew@athens:~$ 
Run Code Online (Sandbox Code Playgroud)

并且希望在您的系统上安装时也不会出现问题:)

参考: