How To Install texlive-antiqua-doc on Fedora 36

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

Introduction

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

What is texlive-antiqua-doc

Documentation for antiqua

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

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

sudo dnf -y install texlive-antiqua-doc

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

sudo yum -y install texlive-antiqua-doc

How To Uninstall texlive-antiqua-doc on Fedora 36

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

sudo dnf remove texlive-antiqua-doc

texlive-antiqua-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-antiqua-doc
/usr/share/licenses/texlive-antiqua-doc/gpl.txt
/usr/share/texlive/texmf-dist/doc/fonts/antiqua
/usr/share/texlive/texmf-dist/doc/fonts/antiqua/antiqua.txt
/usr/share/texlive/texmf-dist/doc/fonts/antiqua/uaqr8ac.afm.org

References

Summary

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