How To Install texlive-nih on Fedora 36
Introduction
In this tutorial we learn how to install texlive-nih on Fedora 36.
What is texlive-nih
The nih class offers support for grant applications to NIH, the National Institutes of Health, a US government agency. The example-* files provide a template for using nih.cls and submitting the biographical sketches the NIH wants. They (potentially) use denselists package, which just reduces list spacing; the package is distributed with the class, but is not part of the class proper. (The examples may be distributed without even the restrictions of the LaTeX licence.)
We can use yum or dnf to install texlive-nih on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-nih.
Install texlive-nih on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-nih using dnf by running the following command:
sudo dnf -y install texlive-nih
Install texlive-nih on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-nih using yum by running the following command:
sudo yum -y install texlive-nih
How To Uninstall texlive-nih on Fedora 36
To uninstall only the texlive-nih package we can use the following command:
sudo dnf remove texlive-nih
texlive-nih Package Contents on Fedora 36
/usr/share/licenses/texlive-nih
/usr/share/licenses/texlive-nih/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/nih
/usr/share/texlive/texmf-dist/tex/latex/nih/denselists.sty
/usr/share/texlive/texmf-dist/tex/latex/nih/nih.cls
References
Summary
In this tutorial we learn how to install texlive-nih on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).