I am unable to use the package "fontawesome5" as my compilation fails with the following error:
'! LaTeX Error: File `fontawesome5.sty' not found.'
The compilation runs fine on my Windows machine but I cannot get it working on Linux.
So far I have tried downloading the fontawesome package and extracting its contents under the directory returned by running kpsewhich -var-value=TEXMFHOME (which I had to create). I then ran texhash on this directory.
This did not resolve my issue however.
FYI I am using texlive-latex-extra. Maybe texlive-full comes with the fontawesome package and I wouldn't have to worry about manually installing it?
But there has to be a simpler solution. How can I get my compiler to find this fontawesome5.sty file?
tlmgr install fontawesome5would do it. if you use the linux packaged tex it depends on your distribution, you need to install a suitable collection via apt or whatever linux package manager you use – David Carlisle Mar 08 '22 at 22:02/usr/bin/tlmgr: unexpected return value from verify_checksum: -5– Luca Guarro Mar 09 '22 at 00:42texlive-fonts-extra. If on an Arch-based system, try installingtexlive-fontsextra. (I think it's also calledtexlive-fontsextraon RPM-based distros like Fedora.) – frabjous Mar 09 '22 at 04:25