How To Install texlive-hacm on Fedora 36

In this tutorial we learn how to install texlive-hacm in Fedora 36. texlive-hacm is Font support for the Arka language

Introduction

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

What is texlive-hacm

The package supports typesetting hacm, the alphabet of the constructed language Arka. The bundle provides nine official fonts, in Adobe Type 1 format.

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

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

sudo dnf -y install texlive-hacm

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

sudo yum -y install texlive-hacm

How To Uninstall texlive-hacm on Fedora 36

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

sudo dnf remove texlive-hacm

texlive-hacm Package Contents on Fedora 36

/usr/share/licenses/texlive-hacm
/usr/share/licenses/texlive-hacm/lppl1.3.txt
/usr/share/texlive/texmf-dist/fonts/map/dvips/hacm
/usr/share/texlive/texmf-dist/fonts/map/dvips/hacm/hacm.map
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/alblant.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/defans.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/fenlil.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/fialis.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/inje.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/kardinal.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/lantia.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/nalnia.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/olivia.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/ralblant.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rdefans.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rfenlil.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rfialis.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rinje.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rkardinal.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rlantia.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rnalnia.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/hacm/rolivia.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/alblant.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/defans.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/fenlil.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/fialis.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/inje.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/kardinal.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/lantia.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/nalnia.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/hacm/olivia.pfb
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/alblant.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/defans.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/fenlil.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/fialis.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/inje.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/kardinal.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/lantia.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/nalnia.vf
/usr/share/texlive/texmf-dist/fonts/vf/public/hacm/olivia.vf
/usr/share/texlive/texmf-dist/tex/latex/hacm
/usr/share/texlive/texmf-dist/tex/latex/hacm/hacm.sty
/usr/share/texlive/texmf-dist/tex/latex/hacm/ot1halb.fd
/usr/share/texlive/texmf-dist/tex/latex/hacm/ot1hdef.fd
/usr/share/texlive/texmf-dist/tex/latex/hacm/ot1hfen.fd
/usr/share/texlive/texmf-dist/tex/latex/hacm/ot1hfia.fd
/usr/share/texlive/texmf-dist/tex/latex/hacm/ot1hinj.fd
/usr/share/texlive/texmf-dist/tex/latex/hacm/ot1hkar.fd
/usr/share/texlive/texmf-dist/tex/latex/hacm/ot1hlan.fd

References

Summary

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