How To Install texlive-texfot on Fedora 36

In this tutorial we learn how to install texlive-texfot in Fedora 36. texlive-texfot is Filter clutter from the output of a TeX run

Introduction

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

What is texlive-texfot

The package provides a small Perl script to filter the online output from a TeX run, attempting to show only those messages which probably deserve some change in the source. The TeX invocation itself need not change.

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

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

sudo dnf -y install texlive-texfot

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

sudo yum -y install texlive-texfot

How To Uninstall texlive-texfot on Fedora 36

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

sudo dnf remove texlive-texfot

texlive-texfot Package Contents on Fedora 36

/usr/bin/texfot
/usr/share/licenses/texlive-texfot
/usr/share/licenses/texlive-texfot/pd.txt
/usr/share/man/man1/texfot.1.gz
/usr/share/texlive/texmf-dist/doc/support/texfot
/usr/share/texlive/texmf-dist/doc/support/texfot/README
/usr/share/texlive/texmf-dist/scripts/texfot
/usr/share/texlive/texmf-dist/scripts/texfot/texfot.pl

References

Summary

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