How To Install texlive-fragmaster on Fedora 36

In this tutorial we learn how to install texlive-fragmaster in Fedora 36. texlive-fragmaster is Using psfrag with PDFLaTeX

Introduction

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

What is texlive-fragmaster

Fragmaster enables you to use psfrag with PDFLaTeX. It takes EPS files and psfrag substitution definition files, and produces PDF and EPS files with the substitutions included.

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

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

sudo dnf -y install texlive-fragmaster

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

sudo yum -y install texlive-fragmaster

How To Uninstall texlive-fragmaster on Fedora 36

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

sudo dnf remove texlive-fragmaster

texlive-fragmaster Package Contents on Fedora 36

/usr/bin/fragmaster
/usr/share/licenses/texlive-fragmaster
/usr/share/licenses/texlive-fragmaster/gpl.txt
/usr/share/texlive/texmf-dist/doc/support/fragmaster
/usr/share/texlive/texmf-dist/doc/support/fragmaster/AUTHORS
/usr/share/texlive/texmf-dist/doc/support/fragmaster/COPYING
/usr/share/texlive/texmf-dist/doc/support/fragmaster/CREDITS
/usr/share/texlive/texmf-dist/doc/support/fragmaster/Changes
/usr/share/texlive/texmf-dist/doc/support/fragmaster/README
/usr/share/texlive/texmf-dist/doc/support/fragmaster/README.de
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/document.pdf
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/document.ps
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/document.tex
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/parabel.eps
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/parabel.pdf
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/parabel_fm
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/parabel_fm.eps
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/parabel_fm.gp
/usr/share/texlive/texmf-dist/doc/support/fragmaster/example/parabel_fm.pdf
/usr/share/texlive/texmf-dist/doc/support/fragmaster/fragmaster.pdf
/usr/share/texlive/texmf-dist/scripts/fragmaster
/usr/share/texlive/texmf-dist/scripts/fragmaster/fragmaster.pl

References

Summary

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