How To Install fonts-KOI8-R on Fedora 36

In this tutorial we learn how to install fonts-KOI8-R in Fedora 36. fonts-KOI8-R is Russian and Ukrainian language fonts for the X Window System

Introduction

In this tutorial we learn how to install fonts-KOI8-R on Fedora 36.

What is fonts-KOI8-R

If you use the X Window System and you want to display Russian and Ukrainian fonts, you should install this package. This package contains a full set of Russian and Ukrainian fonts, in compliance with the KOI8-R standard. The fonts included in this package are distributed free of charge and can be used freely, subject to the accompanying license.

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

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

sudo dnf -y install fonts-KOI8-R

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

sudo yum -y install fonts-KOI8-R

How To Uninstall fonts-KOI8-R on Fedora 36

To uninstall only the fonts-KOI8-R package we can use the following command:

sudo dnf remove fonts-KOI8-R

fonts-KOI8-R Package Contents on Fedora 36

/etc/X11/fontpath.d/KOI8-R-misc
/usr/share/doc/fonts-KOI8-R
/usr/share/doc/fonts-KOI8-R/COPYRIGHT
/usr/share/doc/fonts-KOI8-R/doc
/usr/share/doc/fonts-KOI8-R/doc/5X7_LEGALNOTICE
/usr/share/doc/fonts-KOI8-R/doc/CHT_LEGALNOTICE
/usr/share/doc/fonts-KOI8-R/doc/CYR-RFX_LEGALNOTICE
/usr/share/doc/fonts-KOI8-R/doc/ChangeLog
/usr/share/doc/fonts-KOI8-R/doc/INSTALL.en.txt
/usr/share/doc/fonts-KOI8-R/doc/INSTALL.ru.txt
/usr/share/doc/fonts-KOI8-R/doc/LU_LEGALNOTICE
/usr/share/doc/fonts-KOI8-R/doc/NCD_LEGALNOTICE
/usr/share/doc/fonts-KOI8-R/doc/Netscape3_resources
/usr/share/doc/fonts-KOI8-R/doc/README.en.html
/usr/share/doc/fonts-KOI8-R/doc/README.ru.html
/usr/share/doc/fonts-KOI8-R/doc/SONY_LEGALNOTICE
/usr/share/doc/fonts-KOI8-R/doc/cyr-rfx.lsm
/usr/share/doc/fonts-KOI8-R/doc/cyr-rfx_logo.gif
/usr/share/doc/fonts-KOI8-R/doc/mk8859alias.pl
/usr/share/doc/fonts-KOI8-R/doc/mknetscape3_1251.pl
/usr/share/doc/fonts-KOI8-R/doc/test_text.html
/usr/share/fonts/KOI8-R
/usr/share/fonts/KOI8-R/misc
/usr/share/fonts/KOI8-R/misc/10x20s.pcf.gz
/usr/share/fonts/KOI8-R/misc/12x24s.pcf.gz
/usr/share/fonts/KOI8-R/misc/5x7s.pcf.gz
/usr/share/fonts/KOI8-R/misc/6x10s.pcf.gz
/usr/share/fonts/KOI8-R/misc/6x13Bs.pcf.gz
/usr/share/fonts/KOI8-R/misc/6x13s.pcf.gz
/usr/share/fonts/KOI8-R/misc/7x13Bs.pcf.gz
/usr/share/fonts/KOI8-R/misc/7x13s.pcf.gz
/usr/share/fonts/KOI8-R/misc/7x14Bs.pcf.gz
/usr/share/fonts/KOI8-R/misc/7x14s.pcf.gz
/usr/share/fonts/KOI8-R/misc/8x13Bs.pcf.gz
/usr/share/fonts/KOI8-R/misc/8x13s.pcf.gz
/usr/share/fonts/KOI8-R/misc/8x16s.pcf.gz
/usr/share/fonts/KOI8-R/misc/9x15Bs.pcf.gz
/usr/share/fonts/KOI8-R/misc/9x15s.pcf.gz
/usr/share/fonts/KOI8-R/misc/fonts.alias
/usr/share/fonts/KOI8-R/misc/fonts.dir
/usr/share/fonts/KOI8-R/misc/nil2s.pcf.gz

References

Summary

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