How To Install gargi-fonts on Fedora 36
Introduction
In this tutorial we learn how to install gargi-fonts
on Fedora 36.
What is gargi-fonts
A Free Unicode OpenType Font
We can use yum
or dnf
to install gargi-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gargi-fonts.
Install gargi-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 gargi-fonts
using dnf
by running the following command:
sudo dnf -y install gargi-fonts
Install gargi-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 gargi-fonts
using yum
by running the following command:
sudo yum -y install gargi-fonts
How To Uninstall gargi-fonts on Fedora 36
To uninstall only the gargi-fonts
package we can use the following command:
sudo dnf remove gargi-fonts
gargi-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/69-gargi.conf
/usr/share/appdata/gargi.metainfo.xml
/usr/share/doc/gargi-fonts
/usr/share/doc/gargi-fonts/COPYING
/usr/share/doc/gargi-fonts/Changelog
/usr/share/fontconfig/conf.avail/69-gargi.conf
/usr/share/fonts/gargi
/usr/share/fonts/gargi/gargi.ttf
References
Summary
In this tutorial we learn how to install gargi-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).