How To Install texlive-estcpmm on Fedora 36
Introduction
In this tutorial we learn how to install texlive-estcpmm on Fedora 36.
What is texlive-estcpmm
Provides a class which supports typesetting Cost and Performance Reports and Final Reports for Munitions Management Reports, US Environmental Security Technology Certification Program. The class was commissioned and paid for by US Army Corps of Engineers, Engineer Research and Development Center, 3909 Halls Ferry Road, Vicksburg, MS 39180-6199.
We can use yum or dnf to install texlive-estcpmm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-estcpmm.
Install texlive-estcpmm 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-estcpmm using dnf by running the following command:
sudo dnf -y install texlive-estcpmm
Install texlive-estcpmm 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-estcpmm using yum by running the following command:
sudo yum -y install texlive-estcpmm
How To Uninstall texlive-estcpmm on Fedora 36
To uninstall only the texlive-estcpmm package we can use the following command:
sudo dnf remove texlive-estcpmm
texlive-estcpmm Package Contents on Fedora 36
/usr/share/licenses/texlive-estcpmm
/usr/share/licenses/texlive-estcpmm/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/estcpmm
/usr/share/texlive/texmf-dist/tex/latex/estcpmm/estcpmm.cls
References
Summary
In this tutorial we learn how to install texlive-estcpmm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).