<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>After updating the texlive-full package</p>
    <blockquote>
      <p>$ apt show texlive-full<br>
        Package: texlive-full<br>
        Version: 2018.20180505-1</p>
    </blockquote>
    <p>today I get a strange error compiling a document:</p>
    <blockquote>
      <p>! LaTeX Error: Unknown option `first-page-number' for package
        `lyluatex'.</p>
    </blockquote>
    <p>This package option is present in the Git repository version of
      the package but not yet in CTAN/TeXLive, so I have to think that
      LaTeX finds the lyluatex package from TeXLive before the local
      one.</p>
    <p><br>
    </p>
    <p>My local lyluatex is in</p>
    <blockquote>
      <p>~/texmf/tex/latex/latex-git/lyluatex</p>
    </blockquote>
    <p>where "latex-git" is a symlink (to where all my git repos are
      stored).<br>
      ~/texmf/tex/latex also contains a hidden directory in order to
      allow kpsewhich to follow the links</p>
    <p>Strangely</p>
    <blockquote>
      <p>$ kpsewhich lyluatex.sty<br>
        /home/uliska/texmf/tex/latex/latex-git/lyluatex/lyluatex.sty</p>
    </blockquote>
    <p>correctly points to my local installation.</p>
    <p>This problem immediately started after the update was completed.
      Any idea what could be wrong here?</p>
    <p>Thank you<br>
      Urs<br>
    </p>
    <p><br>
    </p>
  </body>
</html>