How To Install texlive-pdftex-quiet on Fedora 36

In this tutorial we learn how to install texlive-pdftex-quiet in Fedora 36. texlive-pdftex-quiet is Bash utility to reduce the output of the pdftex command

Introduction

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

What is texlive-pdftex-quiet

This is a tool in BASH serving to reduce the output of pdftex command and see only relevant errors in red bold font to fight them ASAP.

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

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

sudo dnf -y install texlive-pdftex-quiet

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

sudo yum -y install texlive-pdftex-quiet

How To Uninstall texlive-pdftex-quiet on Fedora 36

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

sudo dnf remove texlive-pdftex-quiet

texlive-pdftex-quiet Package Contents on Fedora 36

/usr/bin/pdftex-quiet
/usr/share/licenses/texlive-pdftex-quiet
/usr/share/licenses/texlive-pdftex-quiet/gpl3.txt
/usr/share/texlive/texmf-dist/doc/support/pdftex-quiet
/usr/share/texlive/texmf-dist/doc/support/pdftex-quiet/LICENCE
/usr/share/texlive/texmf-dist/doc/support/pdftex-quiet/README.md
/usr/share/texlive/texmf-dist/doc/support/pdftex-quiet/VERSION
/usr/share/texlive/texmf-dist/scripts/pdftex-quiet
/usr/share/texlive/texmf-dist/scripts/pdftex-quiet/pdftex-quiet

References

Summary

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