[tex-live] tlmgr: Is it possible to see the version number of a ctan package?

Wybo Dekker wybo at servalys.nl
Sun Nov 29 22:31:00 CET 2009


Leo wrote:
> I wonder if it is possible to check the version number of a package in
> tl2009 archive with tlmgr? Thanks.

I missed that, too.
I added this in tlmgr (revision 16207), after line 904:

       if ($tlp->cataloguedata) {
         print "version:    ", $tlp->cataloguedata->{'version'}, "\n";
         print "date:       ", $tlp->cataloguedata->{'date'}, "\n";
         print "license:    ", $tlp->cataloguedata->{'license'}, "\n";
       }

-- 
Wybo


More information about the tex-live mailing list