How To Install texlive-kvmap on Fedora 36

In this tutorial we learn how to install texlive-kvmap in Fedora 36. texlive-kvmap is Create Karnaugh maps with LaTeX

Introduction

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

What is texlive-kvmap

This LaTeX package allows the creation of (even large) Karnaugh maps. It provides a tabular-like input syntax and support for drawing bundles (implicants) around adjacent values. It is based on an answer at StackExchange.

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

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

sudo dnf -y install texlive-kvmap

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

sudo yum -y install texlive-kvmap

How To Uninstall texlive-kvmap on Fedora 36

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

sudo dnf remove texlive-kvmap

texlive-kvmap Package Contents on Fedora 36

/usr/share/licenses/texlive-kvmap
/usr/share/licenses/texlive-kvmap/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/kvmap
/usr/share/texlive/texmf-dist/doc/latex/kvmap/DEPENDS.txt
/usr/share/texlive/texmf-dist/doc/latex/kvmap/README.md
/usr/share/texlive/texmf-dist/doc/latex/kvmap/kvmap.pdf
/usr/share/texlive/texmf-dist/tex/latex/kvmap
/usr/share/texlive/texmf-dist/tex/latex/kvmap/kvmap.sty

References

Summary

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