I need to update a single package (thmtools from v.68 to v.72, see my issue).
I am on a Fedora 32 machine (5.11.11-100.fc32.x86_64), and I install/update texlive with the Fedora manager dnf. Unfortunately, thmtools does not seem to be updated at the Fedora repository.
Do I have a quick trick to add somehow (by hand?) the updated version of the package without destroy anything?
note, if I try tlmgr I get a Warning not to do it:
>> tlmgr update --list
*** WARNING ***: Performing this action will likely destroy the Fedora TeXLive install on your system.
*** WARNING ***: This is almost NEVER what you want to do.
*** WARNING ***: Try using dnf install/update instead.
*** WARNING ***: If performing this action is really what you want to do, pass the "ignore-warning" option.
*** WARNING ***: But please do not file any bugs with the OS Vendor.
thmtools.insandthmtools.dtxfrom https://www.ctan.org/tex-archive/macros/latex/contrib/thmtools/source, save them in the directory of your document, and runlatex thmtools.ins(note:latex, notpdflatex). This will createthmtools.styin your directory, and since this is this first place LaTeX looks for packages it will be used when you compile your document. – Marijn Aug 10 '21 at 10:03