How To Install dejavu-serif-fonts.noarch on Amazon Linux 2

In this tutorial we learn how to install dejavu-serif-fonts.noarch in Amazon Linux 2. dejavu-serif-fonts.noarch is Variable-width serif font faces

Introduction

In this tutorial we learn how to install dejavu-serif-fonts.noarch on Amazon Linux 2.

What is dejavu-serif-fonts.noarch

The DejaVu font set is based on the “Bitstream Vera” fonts, release 1.10. Its purpose is to provide a wider range of characters, while maintaining the original style, using an open collaborative development process. This package consists of the DejaVu serif variable-width font faces, in their unabridged version.

We can use yum to install dejavu-serif-fonts.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install dejavu-serif-fonts.noarch.

Install dejavu-serif-fonts.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dejavu-serif-fonts.noarch using yum by running the following command:

sudo yum -y install dejavu-serif-fonts.noarch

How To Uninstall dejavu-serif-fonts.noarch on Amazon Linux 2

To uninstall only the dejavu-serif-fonts.noarch package we can use the following command:

sudo yum remove dejavu-serif-fonts.noarch

dejavu-serif-fonts.noarch Package Contents on Amazon Linux 2

/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
/etc/fonts/conf.d/57-dejavu-serif.conf
/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-serif.conf
/usr/share/fontconfig/conf.avail/57-dejavu-serif.conf
/usr/share/fonts/dejavu
/usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf
/usr/share/fonts/dejavu/DejaVuSerif-BoldItalic.ttf
/usr/share/fonts/dejavu/DejaVuSerif-Italic.ttf
/usr/share/fonts/dejavu/DejaVuSerif.ttf
/usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf
/usr/share/fonts/dejavu/DejaVuSerifCondensed-BoldItalic.ttf
/usr/share/fonts/dejavu/DejaVuSerifCondensed-Italic.ttf
/usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf

References

Summary

In this tutorial we learn how to install dejavu-serif-fonts.noarch on Amazon Linux 2 using yum.