my server has as operation system: Ubuntu 12.04.05 LTS.
Because my goal is to generate some .tex-files on my server I installed TeX Live. So I executed this command in the shell:
apt-get install texlive -full
It installed about 1.7 Gb.
When I now execute the following:
tex --version
It get the information:
TeX 3.1415926 (TeX Live 2009/Debian) kpathsea version 5.0.0 Copyright 2009 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.
And this is what I don't understand, why isn't there the newer version of TeX Live?
Greetings