How To Install perl-XML-LibXSLT on AlmaLinux 8

In this tutorial we learn how to install perl-XML-LibXSLT in AlmaLinux 8. perl-XML-LibXSLT is Perl module for interfacing to GNOME’s libxslt

Introduction

In this tutorial we learn how to install perl-XML-LibXSLT on AlmaLinux 8.

What is perl-XML-LibXSLT

This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http

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

Install perl-XML-LibXSLT 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-XML-LibXSLT using dnf by running the following command:

sudo dnf -y install perl-XML-LibXSLT

Install perl-XML-LibXSLT 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-XML-LibXSLT using yum by running the following command:

sudo yum -y install perl-XML-LibXSLT

How To Uninstall perl-XML-LibXSLT on AlmaLinux 8

To uninstall only the perl-XML-LibXSLT package we can use the following command:

sudo dnf remove perl-XML-LibXSLT

References

Summary

In this tutorial we learn how to install perl-XML-LibXSLT on AlmaLinux 8 using yum and dnf.