在 Ubuntu 16.04 LTS 上安装 TexLive 2016

Dud*_*ude 4 texlive software-installation 16.04

是什么原因通过使用sudo apt install texlive-full我只能获得 TexLive version.2015,即使较新的版本(例如 2016 和 2017)已经过时?

我实际上是在尝试安装 Texlive 2016。

and*_*.46 5

不幸的是 Ubuntu 16.04 只提供旧版本的 TexLive。但是对于 Ubuntu 16.04,您可以通过添加以下 PPA来安装 TexLive 2016

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

然后像往常一样安装 TexLive。请记住,同一位先生有单独的 PPA,其中 TexLive 2015 和 2017 也可用于 Ubuntu 16.04...