On windows subsystem for linux (WSL) a document containing usepackage{refcheck} does not compile and produces with error: file.tex|| File refcheck.sty not found.
This suggestion here seems to be to fully install texlive-full, but hard disk space is a constraint for me on my machine. Is there a way to specifically install only refckeck.sty and other missing packages individually on WSL/Linux machines?
refcheck.styfrom CTAN, put it in the same folder as the document you are compiling and see if the error persists, it should go away as latex looks in the same directory as the file being compiled for.styand other files. You could usewget https://mirror.apps.cam.ac.uk/pub/tex-archive/macros/latex/contrib/refcheck/refcheck.sty, that is the link to the.styfile – JamesT Oct 03 '22 at 17:46apt-file search "refcheck.sty"and installing the texlive package that contained this. As of now, it seems to work. – Tryer Oct 03 '22 at 18:07communitybot (: – JamesT Oct 03 '22 at 18:10