How To Install gfs-philostratos-fonts on Fedora 36

In this tutorial we learn how to install gfs-philostratos-fonts in Fedora 36. gfs-philostratos-fonts is GFS Philostratos, a 19th century Greek revival of Griechische Antiqua

Introduction

In this tutorial we learn how to install gfs-philostratos-fonts on Fedora 36.

What is gfs-philostratos-fonts

Griechische Antiqua was one of the historical Greek typefaces of the late 19th and early 20th century. It was designed by Μaurice Εduard Pinder, a German erudite artist and a member of the Academy of Science in Berlin. This is the most popular version which has appeared from 1870 to 1940 in the German speaking philological literature and in many classical and Byzantine editions by publishers like Teubner (in Leipzig) and Weidmann (in Berlin) such as Anthology of Byzantine Melos by Wilhelm von Christ and Matthaios Paranikas (Leipzig 1871), Epicurea, by Heinrich Usener (Leipzig 1887), Mitrodorous by Alfred Koerte (Leipzig 1890), Pindar by Otto Schroeder (Leipzig 1908), του Aeschylus by U. von Wilamowitz-Moellendorff (Berlin 1910, 1915), Bachylides by Bruno Snell (Leipzig, 1934), The Vulgata by Alfred Rahlfs (Stuttgart 1935), Suidas Lexicon by Ada Adler (Leipzig 1928-1938) etc. E.J. Kenney lamented the abandonment of the type after the 2nd World War as a great loss for Greek typography (“From Script to Print”, Greek Scripts illustrated Introduction, Society for the Promotion of Hellenic Studies, 2001, p. 69). GFS Philostratos was digitized by George D. Matthiopoulos.

We can use yum or dnf to install gfs-philostratos-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gfs-philostratos-fonts.

Install gfs-philostratos-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-philostratos-fonts using dnf by running the following command:

sudo dnf -y install gfs-philostratos-fonts

Install gfs-philostratos-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-philostratos-fonts using yum by running the following command:

sudo yum -y install gfs-philostratos-fonts

How To Uninstall gfs-philostratos-fonts on Fedora 36

To uninstall only the gfs-philostratos-fonts package we can use the following command:

sudo dnf remove gfs-philostratos-fonts

gfs-philostratos-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/61-gfs-philostratos-fonts.conf
/usr/share/doc/gfs-philostratos-fonts
/usr/share/doc/gfs-philostratos-fonts/OFL-FAQ.txt
/usr/share/fontconfig/conf.avail/61-gfs-philostratos-fonts.conf
/usr/share/fonts/gfs-philostratos-fonts
/usr/share/fonts/gfs-philostratos-fonts/GFSPhilostratos.otf
/usr/share/licenses/gfs-philostratos-fonts
/usr/share/licenses/gfs-philostratos-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.gfs-philostratos-fonts.metainfo.xml

References

Summary

In this tutorial we learn how to install gfs-philostratos-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).