I am trying to install texlive-full
from the terminal. I issued two commands.
sudo apt-get install texlive-full
sudo apt-get update
I also tried -
sudo apt-get upgrade texlive-full
Despite of all of this I've only got 2015 version of texlive
(which is very old). Why my terminal is not allowing me to install the latest version of this package? Is there any way to specifically say that install version 2019
? I've tried searching for the version number of the 2019 release but couldn't find it. Even the number which I get as the output of tex -version
is -
TeX 3.14159265 (TeX Live 2015/Debian)
kpathsea version 6.2.1
How to get the latest version of texlive
?