How To Install texlive-psfrag-doc on Fedora 36

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

Introduction

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

What is texlive-psfrag-doc

Documentation for psfrag

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

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

sudo dnf -y install texlive-psfrag-doc

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

sudo yum -y install texlive-psfrag-doc

How To Uninstall texlive-psfrag-doc on Fedora 36

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

sudo dnf remove texlive-psfrag-doc

texlive-psfrag-doc Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/psfrag
/usr/share/texlive/texmf-dist/doc/latex/psfrag/00readme.txt
/usr/share/texlive/texmf-dist/doc/latex/psfrag/announce.txt
/usr/share/texlive/texmf-dist/doc/latex/psfrag/example.eps
/usr/share/texlive/texmf-dist/doc/latex/psfrag/pfgguide.pdf
/usr/share/texlive/texmf-dist/doc/latex/psfrag/pfgguide.tex
/usr/share/texlive/texmf-dist/doc/latex/psfrag/testfig.eps

References

Summary

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