How To Install texlive-harmony on Fedora 36

In this tutorial we learn how to install texlive-harmony in Fedora 36. texlive-harmony is Typeset harmony symbols, etc., for musicology

Introduction

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

What is texlive-harmony

The package harmony.sty uses the packages ifthen and amssymb from the amsfonts bundle, together with the LaTeX font lcirclew10 and the font musix13 from musixtex.

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

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

sudo dnf -y install texlive-harmony

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

sudo yum -y install texlive-harmony

How To Uninstall texlive-harmony on Fedora 36

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

sudo dnf remove texlive-harmony

texlive-harmony Package Contents on Fedora 36

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

References

Summary

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