I have a minimum LaTeX live installation which I don't remember how it got installed. I think it was a dependency of some other program and it got automatically installed.
Nevertheless, the content of my /usr/local/texlive/2022basic/bin/universal-darwin is the following
afm2tfm fmtutil-sys lualatex mktexmf simpdftex xdvi
bibtex fmtutil-user luaotfload-tool mktexpk synctex xdvi-xaw
dvilualatex gftodvi luatex mktextfm teckit_compile xdvipdfmx
dviluatex gftopk lwarpmk mpost tex xelatex
dvipdfm gftype makeindex mptopdf texhash xelatex-dev
dvipdfmx inimf man pdfatfi texlua xelatex-unsafe
dvipdft initex mf pdfetex texluac xetex
dvips kpseaccess mf-nowin pdflatex thumbpdf xetex-unsafe
dvitomp kpsereadlink mfplain pdftex tlmgr
ebb kpsestat mft pktogf tlshell
etex kpsewhich mkindex pktype updmap
extractbb latex mktexfmt r-mpost updmap-sys
fmtutil luahbtex mktexlsr rungs updmap-user
whereas I don't have a texmf folder in /Users/ubaldot/Library/, nor I can see any LaTeX related environmental variable set.
However, if I run which pdflatex from the command line I get /Library/TeX/texbin/pdflatex
Problem: I am in need to install standalone.cls file, due to an external program (manimCE) that require it but I don't know how to install such a .cls file within my current setup.
I could install a whole LaTeX distribution and use some package manager for solving my problem but I would rather avoid that.
I am just wondering if I can install standalone.cls within my current setup and if so, how.
Let me know if more info are needed so I can edit this post.
standaloneisn't a personal class, it's part of the standard distribution. So assuming the OP has installed BasicTeX from the MacTeX distribution they should use TeX LIve Utility ortlmgrto install the class in the maintexmftree. – Alan Munn Feb 21 '23 at 18:00