How To Install php-tcpdf-dejavu-sans-mono-fonts on Fedora 36

In this tutorial we learn how to install php-tcpdf-dejavu-sans-mono-fonts in Fedora 36. php-tcpdf-dejavu-sans-mono-fonts is DejaVu mono-spaced fonts for tcpdf

Introduction

In this tutorial we learn how to install php-tcpdf-dejavu-sans-mono-fonts on Fedora 36.

What is php-tcpdf-dejavu-sans-mono-fonts

This package allow to use system DejaVu sans-serif mono-spaced font faces in TCPDF.

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

Install php-tcpdf-dejavu-sans-mono-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 php-tcpdf-dejavu-sans-mono-fonts using dnf by running the following command:

sudo dnf -y install php-tcpdf-dejavu-sans-mono-fonts

Install php-tcpdf-dejavu-sans-mono-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 php-tcpdf-dejavu-sans-mono-fonts using yum by running the following command:

sudo yum -y install php-tcpdf-dejavu-sans-mono-fonts

How To Uninstall php-tcpdf-dejavu-sans-mono-fonts on Fedora 36

To uninstall only the php-tcpdf-dejavu-sans-mono-fonts package we can use the following command:

sudo dnf remove php-tcpdf-dejavu-sans-mono-fonts

php-tcpdf-dejavu-sans-mono-fonts Package Contents on Fedora 36

/usr/share/php/tcpdf/fonts/dejavusansmono
/usr/share/php/tcpdf/fonts/dejavusansmono.ctg.z
/usr/share/php/tcpdf/fonts/dejavusansmono.php
/usr/share/php/tcpdf/fonts/dejavusansmonob
/usr/share/php/tcpdf/fonts/dejavusansmonob.ctg.z
/usr/share/php/tcpdf/fonts/dejavusansmonob.php
/usr/share/php/tcpdf/fonts/dejavusansmonobi
/usr/share/php/tcpdf/fonts/dejavusansmonobi.ctg.z
/usr/share/php/tcpdf/fonts/dejavusansmonobi.php
/usr/share/php/tcpdf/fonts/dejavusansmonoi
/usr/share/php/tcpdf/fonts/dejavusansmonoi.ctg.z
/usr/share/php/tcpdf/fonts/dejavusansmonoi.php

References

Summary

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