[tex-live] grnumalt

Karl Berry karl at freefriends.org
Mon Nov 17 01:04:08 CET 2008


    Is there any easy way to figure out what's no longer in TL
    (removed at source) but is still installed locally - such as grnumalt,

Download tlpdb from the server and grep '^name ' | sort >/tmp/serverpkgs
Run the same grep|sort >/tmp/localpkgs on your local tlpdb.
Then run comm -3 /tmp/localpkgs /tmp/serverpkgs
The first column are packages appearing locally but not on the server.
The second column are packages appearing on the server but not locally.

Hope this helps,
k


More information about the tex-live mailing list