How To Install gfs-neohellenic-math-fonts on Fedora 36
Introduction
In this tutorial we learn how to install gfs-neohellenic-math-fonts on Fedora 36.
What is gfs-neohellenic-math-fonts
GFS NeoHellenic Math is an almost Sans Serif font family. One of its main uses is for presentations, an area where (we believe) a commercial grade sans math font was not available up to now. The font family contains an extended glyph set including more than the standard math symbols such as vertically extended integrals, chess symbols, etc. It was commissioned to the Greek Font Society (GFS) by the Graduate Studies program “Studies in Mathematics” of the Department of Mathematics of the University of the Aegean, located on the Samos island, Greece. The design copyright belongs to the main designer of GFS, George Matthiopoulos. The OpenType Math Table embedded in the font was developed by the Mathematics Professor Antonis Tsolomitis.
We can use yum or dnf to install gfs-neohellenic-math-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gfs-neohellenic-math-fonts.
Install gfs-neohellenic-math-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 gfs-neohellenic-math-fonts using dnf by running the following command:
sudo dnf -y install gfs-neohellenic-math-fonts
Install gfs-neohellenic-math-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 gfs-neohellenic-math-fonts using yum by running the following command:
sudo yum -y install gfs-neohellenic-math-fonts
How To Uninstall gfs-neohellenic-math-fonts on Fedora 36
To uninstall only the gfs-neohellenic-math-fonts package we can use the following command:
sudo dnf remove gfs-neohellenic-math-fonts
gfs-neohellenic-math-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/61-gfs-neohellenic-math-fonts.conf
/usr/share/doc/gfs-neohellenic-math-fonts
/usr/share/doc/gfs-neohellenic-math-fonts/README
/usr/share/fontconfig/conf.avail/61-gfs-neohellenic-math-fonts.conf
/usr/share/fonts/gfs-neohellenic-math-fonts
/usr/share/fonts/gfs-neohellenic-math-fonts/GFSNeohellenicMath.otf
/usr/share/licenses/gfs-neohellenic-math-fonts
/usr/share/licenses/gfs-neohellenic-math-fonts/README
/usr/share/metainfo/org.fedoraproject.gfs-neohellenic-math-fonts.metainfo.xml
References
Summary
In this tutorial we learn how to install gfs-neohellenic-math-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).