How To Install texlive-ucsmonograph on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ucsmonograph on Fedora 36.
What is texlive-ucsmonograph
This is a LaTeX class for typesetting academic documents according to the ABNT (Brazilian Technical Standards Association) standards and the UCS (University of Caxias do Sul) specifications.
We can use yum or dnf to install texlive-ucsmonograph on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ucsmonograph.
Install texlive-ucsmonograph 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-ucsmonograph using dnf by running the following command:
sudo dnf -y install texlive-ucsmonograph
Install texlive-ucsmonograph 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-ucsmonograph using yum by running the following command:
sudo yum -y install texlive-ucsmonograph
How To Uninstall texlive-ucsmonograph on Fedora 36
To uninstall only the texlive-ucsmonograph package we can use the following command:
sudo dnf remove texlive-ucsmonograph
texlive-ucsmonograph Package Contents on Fedora 36
/usr/share/licenses/texlive-ucsmonograph
/usr/share/licenses/texlive-ucsmonograph/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/ucsmonograph
/usr/share/texlive/texmf-dist/doc/latex/ucsmonograph/README.md
/usr/share/texlive/texmf-dist/doc/latex/ucsmonograph/ucsmonograph.pdf
/usr/share/texlive/texmf-dist/tex/latex/ucsmonograph
/usr/share/texlive/texmf-dist/tex/latex/ucsmonograph/ucsmonograph.cls
References
Summary
In this tutorial we learn how to install texlive-ucsmonograph on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).