when I build the tex document, the log show info:
(/opt/texlive/2023/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikz
librarytopaths.code.tex)))
(/opt/texlive/2023/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
(/opt/texlive/2023/texmf-dist/tex/latex/tools/verbatim.sty)
(/opt/texlive/2023/texmf-dist/tex/latex/environ/environ.sty
(/opt/texlive/2023/texmf-dist/tex/latex/trimspaces/trimspaces.sty))
(/opt/texlive/2023/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex
Library (tcolorbox): 'tcbskins.code.tex' version '6.0.4'
! LaTeX Error: File `tikzfill.image.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
I have tried to use this command to install this package tikzfill.image:
tlmgr install tikzfill.image
still did not fixed this issue. What should I do to fixed it?