I did dnf install texlive-*. But there is no latexmk included. How can I install latexmk?
I guess I don’t want to do tlmgr install latexmk as that will usually conflict with the disto package manager on most systems.
I did dnf install texlive-*. But there is no latexmk included. How can I install latexmk?
I guess I don’t want to do tlmgr install latexmk as that will usually conflict with the disto package manager on most systems.
It’s in the devel repo. This worked:
dnf --enablerepo=devel install latexmk