How To Install lohit-marathi-fonts on Rocky Linux 8
Introduction
In this tutorial we learn how to install lohit-marathi-fonts
on Rocky Linux 8.
What is lohit-marathi-fonts
This package provides a free Marathi truetype/opentype font.
We can use yum
or dnf
to install lohit-marathi-fonts
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install lohit-marathi-fonts.
Install lohit-marathi-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 lohit-marathi-fonts
using dnf
by running the following command:
sudo dnf -y install lohit-marathi-fonts
Install lohit-marathi-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 lohit-marathi-fonts
using yum
by running the following command:
sudo yum -y install lohit-marathi-fonts
How To Uninstall lohit-marathi-fonts on Rocky Linux 8
To uninstall only the lohit-marathi-fonts
package we can use the following command:
sudo dnf remove lohit-marathi-fonts
lohit-marathi-fonts Package Contents on Rocky Linux 8
/etc/fonts/conf.d/65-0-lohit-marathi.conf
/usr/share/doc/lohit-marathi-fonts
/usr/share/doc/lohit-marathi-fonts/AUTHORS
/usr/share/doc/lohit-marathi-fonts/COPYRIGHT
/usr/share/doc/lohit-marathi-fonts/ChangeLog
/usr/share/doc/lohit-marathi-fonts/README
/usr/share/doc/lohit-marathi-fonts/test-marathi.txt
/usr/share/fontconfig/conf.avail/65-0-lohit-marathi.conf
/usr/share/fonts/lohit-marathi
/usr/share/fonts/lohit-marathi/Lohit-Marathi.ttf
/usr/share/licenses/lohit-marathi-fonts
/usr/share/licenses/lohit-marathi-fonts/OFL.txt
/usr/share/metainfo/io.pagure.lohit.marathi.font.metainfo.xml
References
Summary
In this tutorial we learn how to install lohit-marathi-fonts
on Rocky Linux 8 using yum and dnf.