How To Install xorg-x11-fonts-ethiopic on Fedora 36

In this tutorial we learn how to install xorg-x11-fonts-ethiopic in Fedora 36. xorg-x11-fonts-ethiopic is Ethiopic fonts

Introduction

In this tutorial we learn how to install xorg-x11-fonts-ethiopic on Fedora 36.

What is xorg-x11-fonts-ethiopic

Ethiopic fonts which are part of the core X Window System distribution.

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

Install xorg-x11-fonts-ethiopic 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 xorg-x11-fonts-ethiopic using dnf by running the following command:

sudo dnf -y install xorg-x11-fonts-ethiopic

Install xorg-x11-fonts-ethiopic 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 xorg-x11-fonts-ethiopic using yum by running the following command:

sudo yum -y install xorg-x11-fonts-ethiopic

How To Uninstall xorg-x11-fonts-ethiopic on Fedora 36

To uninstall only the xorg-x11-fonts-ethiopic package we can use the following command:

sudo dnf remove xorg-x11-fonts-ethiopic

xorg-x11-fonts-ethiopic Package Contents on Fedora 36

/etc/X11/fontpath.d/xorg-x11-fonts-OTF
/etc/X11/fontpath.d/xorg-x11-fonts-TTF
/usr/share/X11/fonts/OTF
/usr/share/X11/fonts/OTF/GohaTibebZemen.otf
/usr/share/X11/fonts/OTF/encodings.dir
/usr/share/X11/fonts/OTF/fonts.alias
/usr/share/X11/fonts/OTF/fonts.cache-1
/usr/share/X11/fonts/OTF/fonts.cache-2
/usr/share/X11/fonts/OTF/fonts.cache-3
/usr/share/X11/fonts/OTF/fonts.cache-4
/usr/share/X11/fonts/OTF/fonts.cache-5
/usr/share/X11/fonts/OTF/fonts.cache-6
/usr/share/X11/fonts/OTF/fonts.cache-7
/usr/share/X11/fonts/OTF/fonts.cache-8
/usr/share/X11/fonts/OTF/fonts.cache-9
/usr/share/X11/fonts/OTF/fonts.dir
/usr/share/X11/fonts/OTF/fonts.scale
/usr/share/X11/fonts/TTF
/usr/share/X11/fonts/TTF/GohaTibebZemen.ttf
/usr/share/X11/fonts/TTF/encodings.dir
/usr/share/X11/fonts/TTF/fonts.alias
/usr/share/X11/fonts/TTF/fonts.cache-1
/usr/share/X11/fonts/TTF/fonts.cache-2
/usr/share/X11/fonts/TTF/fonts.cache-3
/usr/share/X11/fonts/TTF/fonts.cache-4
/usr/share/X11/fonts/TTF/fonts.cache-5
/usr/share/X11/fonts/TTF/fonts.cache-6
/usr/share/X11/fonts/TTF/fonts.cache-7
/usr/share/X11/fonts/TTF/fonts.cache-8
/usr/share/X11/fonts/TTF/fonts.cache-9
/usr/share/X11/fonts/TTF/fonts.dir
/usr/share/X11/fonts/TTF/fonts.scale

References

Summary

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