How To Install smc-rachana-fonts on Fedora 36

In this tutorial we learn how to install smc-rachana-fonts in Fedora 36. smc-rachana-fonts is Open Type Fonts for Malayalam script

Introduction

In this tutorial we learn how to install smc-rachana-fonts on Fedora 36.

What is smc-rachana-fonts

Rachana is Malayalam font designed by Hussain K H. The project was part of Rachana Aksharavedi for the original script of Malayalam in the digital computing.

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

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

sudo dnf -y install smc-rachana-fonts

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

sudo yum -y install smc-rachana-fonts

How To Uninstall smc-rachana-fonts on Fedora 36

To uninstall only the smc-rachana-fonts package we can use the following command:

sudo dnf remove smc-rachana-fonts

smc-rachana-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-0-smc-rachana.conf
/usr/share/doc/smc-rachana-fonts
/usr/share/doc/smc-rachana-fonts/README.md
/usr/share/fontconfig/conf.avail/65-0-smc-rachana.conf
/usr/share/fonts/smc-rachana
/usr/share/fonts/smc-rachana/Rachana-Bold.ttf
/usr/share/fonts/smc-rachana/Rachana-Regular.ttf
/usr/share/licenses/smc-rachana-fonts
/usr/share/licenses/smc-rachana-fonts/LICENSE.txt
/usr/share/metainfo/smc-rachana.metainfo.xml

References

Summary

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