How To Install wine-small-fonts on Rocky Linux 8

In this tutorial we learn how to install wine-small-fonts on Rocky Linux 8. wine-small-fonts is Wine Small font family

Introduction

In this tutorial we learn how to install wine-small-fonts on Rocky Linux 8.

What is wine-small-fonts

Wine Small font family

We can use yum or dnf to install wine-small-fonts on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install wine-small-fonts.

Install wine-small-fonts on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install wine-small-fonts using dnf by running the following command:

sudo dnf -y install wine-small-fonts

Install wine-small-fonts on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install wine-small-fonts using yum by running the following command:

sudo yum -y install wine-small-fonts

How To Uninstall wine-small-fonts on Rocky Linux 8

To uninstall only the wine-small-fonts package we can use the following command:

sudo dnf remove wine-small-fonts

wine-small-fonts Package Contents on Rocky Linux 8

/usr/share/doc/wine-small-fonts
/usr/share/doc/wine-small-fonts/COPYING.LIB
/usr/share/wine/fonts/jsmalle.fon
/usr/share/wine/fonts/smae1255.fon
/usr/share/wine/fonts/smae1256.fon
/usr/share/wine/fonts/smae1257.fon
/usr/share/wine/fonts/smalle.fon
/usr/share/wine/fonts/smallee.fon
/usr/share/wine/fonts/smalleg.fon
/usr/share/wine/fonts/smaller.fon
/usr/share/wine/fonts/smallet.fon

References

Summary

In this tutorial we learn how to install wine-small-fonts on Rocky Linux 8 using yum and dnf.