Closed skupfer closed 3 years ago
I'll have to ask the TeX Live maintainers about this. I'm not sure if there's anything I can do.
The problem is as follows:
tlmgr --repo .....
to installtlmgr --repo ....
makes ....
the main repo for this invocationThis has already been fixed in tlmgr in 2020 tlpretest by making tlmgr check whether the release year contains an additional tag. The repos I maintain have all format YYYY-somename
, and if this -somename
part is present, tlmgr (2020) will not bail out even when used with --repo ...
.
There is another solution, namely tlmgr even in 2019 does not do this release year check for sub-repositories, that is, when you use multiple repository setup instead of --repo
. But note that tlutility does not support this by now, AFAIR.
Temporary solution for those who want to install tlgpg on a new MacTeX 2019 installation (needs to be done in the command line, maybe with sudo, I don't know how MacTeX is set up):
tlmgr repository add http://www.preining.info/tlgpg/ tlgpg
tlmgr pinning add tlgpg '*'
tlmgr install tlgpg
tlmgr pinning remove tlgpg '*'
tlmgr repository remove tlgpg
That should fix it.
Hello
did a fresh install of MacTex 2019 on my laptop. Cannot enable secure check due to this installation error