How To Install texlive-havannah on Fedora 36

In this tutorial we learn how to install texlive-havannah in Fedora 36. texlive-havannah is Diagrams of board positions in the games of Havannah and Hex

Introduction

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

What is texlive-havannah

This package defines macros for typesetting diagrams of board positions in the games of Havannah and Hex.

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

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

sudo dnf -y install texlive-havannah

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

sudo yum -y install texlive-havannah

How To Uninstall texlive-havannah on Fedora 36

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

sudo dnf remove texlive-havannah

texlive-havannah Package Contents on Fedora 36

/usr/share/licenses/texlive-havannah
/usr/share/licenses/texlive-havannah/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/havannah
/usr/share/texlive/texmf-dist/tex/latex/havannah/havannah.sty

References

Summary

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