How To Install texlive-catchfile on Fedora 36

In this tutorial we learn how to install texlive-catchfile in Fedora 36. texlive-catchfile is Catch an external file into a macro

Introduction

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

What is texlive-catchfile

This package catches the contents of a file and puts it in a macro. It requires e-TeX. Both LaTeX and plain TeX are supported.

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

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

sudo dnf -y install texlive-catchfile

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

sudo yum -y install texlive-catchfile

How To Uninstall texlive-catchfile on Fedora 36

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

sudo dnf remove texlive-catchfile

texlive-catchfile Package Contents on Fedora 36

/usr/share/licenses/texlive-catchfile
/usr/share/licenses/texlive-catchfile/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/catchfile
/usr/share/texlive/texmf-dist/doc/latex/catchfile/README.md
/usr/share/texlive/texmf-dist/doc/latex/catchfile/catchfile.pdf
/usr/share/texlive/texmf-dist/tex/generic/catchfile
/usr/share/texlive/texmf-dist/tex/generic/catchfile/catchfile.sty

References

Summary

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