<div dir="ltr"><div dir="ltr"><div>Hi Karl.</div><div><br></div><div>Many thanks for your speedy reply! I am glad that I was able to assist, albeit in a small way.</div><div><br></div><div>Kind regards,</div><div>Paul Kotschy<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jun 22, 2024 at 11:06 PM Karl Berry <<a href="mailto:karl@freefriends.org">karl@freefriends.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Paul,<br>
<br>
       Undefined subroutine &TeXLive::TLPDB::_post_install_package<br>
<br>
Thanks for the report. Evidently it should be _post_install_pkg.<br>
I made the change for tonight's update.<br>
<br>
    implying that this problem has been around for at least that long.<br>
<br>
I think the conclusion is that tlmgr install --file is rarely used.<br>
<br>
    advise who should be informed of this error.<br>
<br>
This was the right place to report it. --thanks again, karl.<br>
<br>
--- Master/tlpkg/TeXLive/TLPDB.pm       (revision 71591)<br>
+++ Master/tlpkg/TeXLive/TLPDB.pm       (working copy)<br>
@@ -1677,7 +1677,7 @@<br>
              . "@installfiles\n"); <br>
       next;<br>
     }<br>
-    _post_install_package ($self, $tlpobj);<br>
+    _post_install_pkg ($self, $tlpobj);<br>
<br>
     # remember that we installed this package correctly<br>
     $ret++;<br>
</blockquote></div></div>