How To Install dejavu-lgc-serif-fonts on Fedora 36

In this tutorial we learn how to install dejavu-lgc-serif-fonts in Fedora 36. dejavu-lgc-serif-fonts is A variable-width Latin-Greek-Cyrillic serif font family

Introduction

In this tutorial we learn how to install dejavu-lgc-serif-fonts on Fedora 36.

What is dejavu-lgc-serif-fonts

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 or dnf to install dejavu-lgc-serif-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dejavu-lgc-serif-fonts.

Install dejavu-lgc-serif-fonts 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 dejavu-lgc-serif-fonts using dnf by running the following command:

sudo dnf -y install dejavu-lgc-serif-fonts

Install dejavu-lgc-serif-fonts 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 dejavu-lgc-serif-fonts using yum by running the following command:

sudo yum -y install dejavu-lgc-serif-fonts

How To Uninstall dejavu-lgc-serif-fonts on Fedora 36

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

sudo dnf remove dejavu-lgc-serif-fonts

dejavu-lgc-serif-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf
/etc/fonts/conf.d/58-dejavu-lgc-serif-fonts.conf
/usr/share/doc/dejavu-lgc-serif-fonts
/usr/share/doc/dejavu-lgc-serif-fonts/AUTHORS
/usr/share/doc/dejavu-lgc-serif-fonts/BUGS
/usr/share/doc/dejavu-lgc-serif-fonts/NEWS
/usr/share/doc/dejavu-lgc-serif-fonts/README.md
/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf
/usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif-fonts.conf
/usr/share/fonts/dejavu-lgc-serif-fonts
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerif-Bold.ttf
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerif-BoldItalic.ttf
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerif-Italic.ttf
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerif.ttf
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerifCondensed-Bold.ttf
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerifCondensed-BoldItalic.ttf
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerifCondensed-Italic.ttf
/usr/share/fonts/dejavu-lgc-serif-fonts/DejaVuLGCSerifCondensed.ttf
/usr/share/licenses/dejavu-lgc-serif-fonts
/usr/share/licenses/dejavu-lgc-serif-fonts/LICENSE
/usr/share/metainfo/org.fedoraproject.dejavu-lgc-serif-fonts.metainfo.xml

References

Summary

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