How To Install texlive-ogham on Fedora 36

In this tutorial we learn how to install texlive-ogham in Fedora 36. texlive-ogham is Fonts for typesetting Ogham script

Introduction

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

What is texlive-ogham

The font provides the Ogham alphabet, which is found on a number of Irish and Pictish carvings dating from the 4th century AD. The font is distributed as Metafont source, which has been patched (with the author’s permission) for stability at different output device resolutions. (Thanks are due to Peter Flynn and Dan Luecking.)

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

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

sudo dnf -y install texlive-ogham

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

sudo yum -y install texlive-ogham

How To Uninstall texlive-ogham on Fedora 36

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

sudo dnf remove texlive-ogham

texlive-ogham Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/fonts/source/public/ogham
/usr/share/texlive/texmf-dist/fonts/source/public/ogham/ogham.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/ogham
/usr/share/texlive/texmf-dist/fonts/tfm/public/ogham/ogham.tfm

References

Summary

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