How To Install sil-tagmukay-fonts on Fedora 36

In this tutorial we learn how to install sil-tagmukay-fonts in Fedora 36. sil-tagmukay-fonts is Tagmukay, a Shifinagh font that supports the Tawallammat dialect of Tamajaq

Introduction

In this tutorial we learn how to install sil-tagmukay-fonts on Fedora 36.

What is sil-tagmukay-fonts

Tagmukay is a Shifinagh script font with support for the Tawallammat Tamajaq language. The script name is more commonly spelled Tifinagh, but Shifinagh is the preferred spelling in the region where Tawallammat Tamajaq is spoken. Tawallammat Tamajaq, when written in the Shifinagh script, follows the traditional “consonant only” way of writing this ancient script. The Tagmukay font family has these consonants and also the logic needed to form the bi-consonant ligatures needed to distinguish between vocalic and non-vocalic consonant clusters.

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

Install sil-tagmukay-fonts 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 sil-tagmukay-fonts using dnf by running the following command:

sudo dnf -y install sil-tagmukay-fonts

Install sil-tagmukay-fonts 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 sil-tagmukay-fonts using yum by running the following command:

sudo yum -y install sil-tagmukay-fonts

How To Uninstall sil-tagmukay-fonts on Fedora 36

To uninstall only the sil-tagmukay-fonts package we can use the following command:

sudo dnf remove sil-tagmukay-fonts

sil-tagmukay-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-sil-tagmukay-fonts.conf
/usr/share/doc/sil-tagmukay-fonts
/usr/share/doc/sil-tagmukay-fonts/DOCUMENTATION.txt
/usr/share/doc/sil-tagmukay-fonts/FONTLOG.txt
/usr/share/doc/sil-tagmukay-fonts/OFL-FAQ.txt
/usr/share/doc/sil-tagmukay-fonts/README.txt
/usr/share/doc/sil-tagmukay-fonts/Tagmukay-Glyphs.odt
/usr/share/doc/sil-tagmukay-fonts/Tagmukay-SmartFontFeatures.odt
/usr/share/fontconfig/conf.avail/65-sil-tagmukay-fonts.conf
/usr/share/fonts/sil-tagmukay-fonts
/usr/share/fonts/sil-tagmukay-fonts/Tagmukay-Bold.ttf
/usr/share/fonts/sil-tagmukay-fonts/Tagmukay-Regular.ttf
/usr/share/licenses/sil-tagmukay-fonts
/usr/share/licenses/sil-tagmukay-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.sil-tagmukay-fonts.metainfo.xml

References

Summary

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