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,971
user001
  • 674

1 Answers1

70

The command to show your texlive version is

tex --version
zurdo
  • 10,987