How To Install texlive-mfirstuc-doc on Fedora 36

In this tutorial we learn how to install texlive-mfirstuc-doc in Fedora 36. texlive-mfirstuc-doc is Documentation for mfirstuc

Introduction

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

What is texlive-mfirstuc-doc

Documentation for mfirstuc

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

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

sudo dnf -y install texlive-mfirstuc-doc

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

sudo yum -y install texlive-mfirstuc-doc

How To Uninstall texlive-mfirstuc-doc on Fedora 36

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

sudo dnf remove texlive-mfirstuc-doc

texlive-mfirstuc-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-mfirstuc-doc
/usr/share/licenses/texlive-mfirstuc-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/CHANGES
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/README
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/mfirstuc-code.pdf
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.html
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.pdf
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/mfirstuc-manual.tex
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/sample-mfirstuc.pdf
/usr/share/texlive/texmf-dist/doc/latex/mfirstuc/sample-mfirstuc.tex

References

Summary

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