How To Install texlive-ofs-doc on Fedora 36

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

Introduction

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

What is texlive-ofs-doc

Documentation for ofs

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

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

sudo dnf -y install texlive-ofs-doc

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

sudo yum -y install texlive-ofs-doc

How To Uninstall texlive-ofs-doc on Fedora 36

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

sudo dnf remove texlive-ofs-doc

texlive-ofs-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-ofs-doc
/usr/share/licenses/texlive-ofs-doc/knuth.txt
/usr/share/texlive/texmf-dist/doc/generic/ofs
/usr/share/texlive/texmf-dist/doc/generic/ofs/changes.txt
/usr/share/texlive/texmf-dist/doc/generic/ofs/eurotex2003-ofs.pdf
/usr/share/texlive/texmf-dist/doc/generic/ofs/eurotex2003-ofs.tex
/usr/share/texlive/texmf-dist/doc/generic/ofs/ofs-slt.pdf
/usr/share/texlive/texmf-dist/doc/generic/ofs/ofsdoc-e.pdf
/usr/share/texlive/texmf-dist/doc/generic/ofs/ofsdoc-e.tex
/usr/share/texlive/texmf-dist/doc/generic/ofs/ofsdoc.pdf
/usr/share/texlive/texmf-dist/doc/generic/ofs/ofsdoc.tex
/usr/share/texlive/texmf-dist/doc/generic/ofs/ofsmtdef.tex
/usr/share/texlive/texmf-dist/doc/generic/ofs/ofstest.tex
/usr/share/texlive/texmf-dist/doc/generic/ofs/readme.ofs

References

Summary

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