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