Possible Duplicate:
How many LaTeX classes and packages are there (say, on CTAN)?
Where can I find the total package count for TeX Live 2012 and MiKTeX 2.9?
Possible Duplicate:
How many LaTeX classes and packages are there (say, on CTAN)?
Where can I find the total package count for TeX Live 2012 and MiKTeX 2.9?
Other Downloads section of Miktex download page
– texenthusiast
Dec 14 '12 at 01:32
It depends a bit what you mean by a package
$ tlmgr show | wc -l
4955
so tlmgr knows almost 5000 packages, but some of these are system-specific versions of binary packages. In my TL2012 installation I have this many packages installed.
$ tlmgr show | grep "^i" |wc -l
2491