How To Install dejavu-lgc-serif-fonts.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install dejavu-lgc-serif-fonts.noarch on Amazon Linux 2.
What is dejavu-lgc-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, with unicode coverage restricted to Latin, Greek and Cyrillic.
We can use yum to install dejavu-lgc-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-lgc-serif-fonts.noarch.
Install dejavu-lgc-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-lgc-serif-fonts.noarch using yum by running the following command:
sudo yum -y install dejavu-lgc-serif-fonts.noarch
How To Uninstall dejavu-lgc-serif-fonts.noarch on Amazon Linux 2
To uninstall only the dejavu-lgc-serif-fonts.noarch package we can use the following command:
sudo yum remove dejavu-lgc-serif-fonts.noarch
dejavu-lgc-serif-fonts.noarch Package Contents on Amazon Linux 2
/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf
/etc/fonts/conf.d/58-dejavu-lgc-serif.conf
/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf
/usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif.conf
/usr/share/fonts/dejavu
/usr/share/fonts/dejavu/DejaVuLGCSerif-Bold.ttf
/usr/share/fonts/dejavu/DejaVuLGCSerif-BoldItalic.ttf
/usr/share/fonts/dejavu/DejaVuLGCSerif-Italic.ttf
/usr/share/fonts/dejavu/DejaVuLGCSerif.ttf
/usr/share/fonts/dejavu/DejaVuLGCSerifCondensed-Bold.ttf
/usr/share/fonts/dejavu/DejaVuLGCSerifCondensed-BoldItalic.ttf
/usr/share/fonts/dejavu/DejaVuLGCSerifCondensed-Italic.ttf
/usr/share/fonts/dejavu/DejaVuLGCSerifCondensed.ttf
References
Summary
In this tutorial we learn how to install dejavu-lgc-serif-fonts.noarch on Amazon Linux 2 using yum.