How To Install texlive-checklistings on Fedora 36

In this tutorial we learn how to install texlive-checklistings in Fedora 36. texlive-checklistings is Pass verbatim contents through a compiler and reincorporate the resulting output

Introduction

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

What is texlive-checklistings

This package augments the fancyvrb and listings packages to allow the source code they contain to be checked by an external tool (like a compiler). The external tool’s messages can be automatically reincorporated into the original document. The package does not focus on a specific programming language, but it is designed to work well with languages and compilers in the ML family.

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

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

sudo dnf -y install texlive-checklistings

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

sudo yum -y install texlive-checklistings

How To Uninstall texlive-checklistings on Fedora 36

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

sudo dnf remove texlive-checklistings

texlive-checklistings Package Contents on Fedora 36

/usr/bin/checklistings
/usr/share/licenses/texlive-checklistings
/usr/share/licenses/texlive-checklistings/lppl1.2.txt
/usr/share/texlive/texmf-dist/doc/latex/checklistings
/usr/share/texlive/texmf-dist/doc/latex/checklistings/Makefile
/usr/share/texlive/texmf-dist/doc/latex/checklistings/README.md
/usr/share/texlive/texmf-dist/doc/latex/checklistings/checklistings.hva
/usr/share/texlive/texmf-dist/doc/latex/checklistings/checklistings.pdf
/usr/share/texlive/texmf-dist/doc/latex/checklistings/example.html
/usr/share/texlive/texmf-dist/doc/latex/checklistings/example.pdf
/usr/share/texlive/texmf-dist/doc/latex/checklistings/example.tex
/usr/share/texlive/texmf-dist/scripts/checklistings
/usr/share/texlive/texmf-dist/scripts/checklistings/checklistings.sh
/usr/share/texlive/texmf-dist/tex/latex/checklistings
/usr/share/texlive/texmf-dist/tex/latex/checklistings/checklistings.sty

References

Summary

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