How To Install perl-Font-TTF-XMLparse on AlmaLinux 8

In this tutorial we learn how to install perl-Font-TTF-XMLparse in AlmaLinux 8. perl-Font-TTF-XMLparse is XML Font parser

Introduction

In this tutorial we learn how to install perl-Font-TTF-XMLparse on AlmaLinux 8.

What is perl-Font-TTF-XMLparse

This Perl module contains the support routines for parsing XML and generating the TrueType font structures as a result. The module has been separated from the rest of the perl-Font-TTF package in order to reduce the dependency that this would bring, of the whole package on XML of the package.

We can use yum or dnf to install perl-Font-TTF-XMLparse on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Font-TTF-XMLparse.

Install perl-Font-TTF-XMLparse on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Font-TTF-XMLparse using dnf by running the following command:

sudo dnf -y install perl-Font-TTF-XMLparse

Install perl-Font-TTF-XMLparse on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Font-TTF-XMLparse using yum by running the following command:

sudo yum -y install perl-Font-TTF-XMLparse

How To Uninstall perl-Font-TTF-XMLparse on AlmaLinux 8

To uninstall only the perl-Font-TTF-XMLparse package we can use the following command:

sudo dnf remove perl-Font-TTF-XMLparse

References

Summary

In this tutorial we learn how to install perl-Font-TTF-XMLparse on AlmaLinux 8 using yum and dnf.