How To Install texlive-paratype-doc on Fedora 36

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

Introduction

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

What is texlive-paratype-doc

Documentation for paratype

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

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

sudo dnf -y install texlive-paratype-doc

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

sudo yum -y install texlive-paratype-doc

How To Uninstall texlive-paratype-doc on Fedora 36

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

sudo dnf remove texlive-paratype-doc

texlive-paratype-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-paratype-doc
/usr/share/licenses/texlive-paratype-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/fonts/paratype
/usr/share/texlive/texmf-dist/doc/fonts/paratype/CHANGELOG
/usr/share/texlive/texmf-dist/doc/fonts/paratype/OT_TT_Install_E.txt
/usr/share/texlive/texmf-dist/doc/fonts/paratype/OT_TT_Install_R.txt
/usr/share/texlive/texmf-dist/doc/fonts/paratype/PT_Free_Font_License_eng_1.3.txt
/usr/share/texlive/texmf-dist/doc/fonts/paratype/PT_Free_Font_License_rus_1.3.txt
/usr/share/texlive/texmf-dist/doc/fonts/paratype/README
/usr/share/texlive/texmf-dist/doc/fonts/paratype/manifest.txt
/usr/share/texlive/texmf-dist/doc/fonts/paratype/paratype-sample.pdf
/usr/share/texlive/texmf-dist/doc/fonts/paratype/paratype-sample.tex
/usr/share/texlive/texmf-dist/doc/fonts/paratype/paratype.pdf
/usr/share/texlive/texmf-dist/doc/fonts/paratype/paratype.tex

References

Summary

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