How To Install texlive-harveyballs on Fedora 36

In this tutorial we learn how to install texlive-harveyballs in Fedora 36. texlive-harveyballs is Create Harvey Balls using TikZ

Introduction

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

What is texlive-harveyballs

The package provides 5 commands (giving symbols that indicate values from “none” to “full”).

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

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

sudo dnf -y install texlive-harveyballs

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

sudo yum -y install texlive-harveyballs

How To Uninstall texlive-harveyballs on Fedora 36

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

sudo dnf remove texlive-harveyballs

texlive-harveyballs Package Contents on Fedora 36

/usr/share/licenses/texlive-harveyballs
/usr/share/licenses/texlive-harveyballs/gpl3.txt
/usr/share/texlive/texmf-dist/tex/latex/harveyballs
/usr/share/texlive/texmf-dist/tex/latex/harveyballs/harveyballs.sty

References

Summary

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