How To Install texlive-grant on Fedora 36

In this tutorial we learn how to install texlive-grant in Fedora 36. texlive-grant is Classes for formatting federal grant proposals.

Introduction

In this tutorial we learn how to install texlive-grant on Fedora 36.

What is texlive-grant

LaTeX classes for formatting federal grant proposals Base class for formatting grant proposals grant-arl Research Laboratory grant-darpa Projects Agency grant-doe National Institutes of Health grant-nrl Laboratory grant-nsf Office of Naval Research

We can use yum or dnf to install texlive-grant on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-grant.

Install texlive-grant 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-grant using dnf by running the following command:

sudo dnf -y install texlive-grant

Install texlive-grant 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-grant using yum by running the following command:

sudo yum -y install texlive-grant

How To Uninstall texlive-grant on Fedora 36

To uninstall only the texlive-grant package we can use the following command:

sudo dnf remove texlive-grant

texlive-grant Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/grant
/usr/share/texlive/texmf-dist/doc/latex/grant/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/grant/README.md
/usr/share/texlive/texmf-dist/doc/latex/grant/grant.pdf
/usr/share/texlive/texmf-dist/tex/latex/grant
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-afosr.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-aro.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-darpa.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-doe.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-nih.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-nrl.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-nsf.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant-onr.cls
/usr/share/texlive/texmf-dist/tex/latex/grant/grant.cls

References

Summary

In this tutorial we learn how to install texlive-grant on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).