tlmgr search output

Norbert Preining norbert at preining.info
Wed Apr 24 14:12:09 CEST 2024


Hi Joseph,

On Wed, 24 Apr 2024, Norbert Preining wrote:
> {
> 	"packages": {
> 		"<PKG1>": "<SHORTDESC1>",
> 		...
> 	},
> 	"files": {
> 		"<PKG1>": [ "<FILE1>", ... ],
> 		...
> 	}
> }

That is what you get (without whitespace, though) when you do
	tlmgr search --json ...

An example:

$ tlmgr search --json --file /article.cls | json_pp 
{
   "files" : {
      "latex" : [
         "texmf-dist/tex/latex/base/article.cls"
      ],
      "latex-base-dev" : [
         "texmf-dist/tex/latex-dev/base/article.cls"
      ]
   },
   "packages" : {}
}
$

Will be (if build succeeds) in tomorrow's tlcritical.

Best regards

Norbert

--
PREINING Norbert                              https://www.preining.info
arXiv / Cornell University   +   IFMGA Guide   +   TU Wien  +  TeX Live
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the tex-live mailing list.