1

My operating system in Ubuntu 16.04 and the current version of latex is

pdfTeX 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)

Is it possible to upgrade it to the latest version (TeX Live 2019)?

Nasser
  • 151

1 Answers1

0

You have to try famous PPA of JonathonF with TeXLive 2018:

sudo add-apt-repository ppa:jonathonf/texlive
sudo apt-get update
sudo apt-get dist-upgrade # to get newest dependencies
N0rbert
  • 99,918