49

Using the terminal in Debian/Ubuntu, how does find the version of the system's TeX Live distribution? I don't have tlmgr so I would need to need to do this either through apt-get, aptitude, or some command that invokes the --version flag. Thanks.

Adobe
  • 3,981
user001
  • 674
  • 1
  • 6
  • 8

1 Answers1

70

The command to show your texlive version is

tex --version
zurdo
  • 11,007
  • 5
    Any other main binary will also report TeX Live verison: latex --version, pdflatex --version, xelatex --version. – Adobe Dec 15 '14 at 10:16