How To Install gfs-artemisia-fonts on Fedora 36

In this tutorial we learn how to install gfs-artemisia-fonts in Fedora 36. gfs-artemisia-fonts is GFS Artemisia, a Greek font family

Introduction

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

What is gfs-artemisia-fonts

The type family GFS Artemisia was designed by the painter-engraver Takis Katsoulidis and reflects his style and typographic acumen. It is largely his effort to offer, from a different perspective, a type face which, like Times Greek, would be applicable to a wide spectrum of uses and equally agreeable and legible. The typeface has been digitized by George D. Matthiopoulos.

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

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

sudo dnf -y install gfs-artemisia-fonts

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

sudo yum -y install gfs-artemisia-fonts

How To Uninstall gfs-artemisia-fonts on Fedora 36

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

sudo dnf remove gfs-artemisia-fonts

gfs-artemisia-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/60-gfs-artemisia-fonts.conf
/usr/share/doc/gfs-artemisia-fonts
/usr/share/doc/gfs-artemisia-fonts/OFL-FAQ.txt
/usr/share/doc/gfs-artemisia-fonts/readme.rtf
/usr/share/fontconfig/conf.avail/60-gfs-artemisia-fonts.conf
/usr/share/fonts/gfs-artemisia-fonts
/usr/share/fonts/gfs-artemisia-fonts/GFSArtemisia.otf
/usr/share/fonts/gfs-artemisia-fonts/GFSArtemisiaBold.otf
/usr/share/fonts/gfs-artemisia-fonts/GFSArtemisiaBoldIt.otf
/usr/share/fonts/gfs-artemisia-fonts/GFSArtemisiaIt.otf
/usr/share/licenses/gfs-artemisia-fonts
/usr/share/licenses/gfs-artemisia-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.gfs-artemisia-fonts.metainfo.xml

References

Summary

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