How To Install madan-fonts on Rocky Linux 8
Introduction
In this tutorial we learn how to install madan-fonts
on Rocky Linux 8.
What is madan-fonts
This package provides the Madan font for Nepali made by the Madan Puraskar Pustakalaya project.
We can use yum
or dnf
to install madan-fonts
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install madan-fonts.
Install madan-fonts on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install madan-fonts
using dnf
by running the following command:
sudo dnf -y install madan-fonts
Install madan-fonts on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install madan-fonts
using yum
by running the following command:
sudo yum -y install madan-fonts
How To Uninstall madan-fonts on Rocky Linux 8
To uninstall only the madan-fonts
package we can use the following command:
sudo dnf remove madan-fonts
madan-fonts Package Contents on Rocky Linux 8
/etc/fonts/conf.d/65-0-madan.conf
/usr/share/appdata/madan.metainfo.xml
/usr/share/doc/madan-fonts
/usr/share/doc/madan-fonts/license.txt
/usr/share/fontconfig/conf.avail/65-0-madan.conf
/usr/share/fonts/madan
/usr/share/fonts/madan/madan.ttf
References
Summary
In this tutorial we learn how to install madan-fonts
on Rocky Linux 8 using yum and dnf.