How To Install perl-XML-LibXSLT on Rocky Linux 8

In this tutorial we learn how to install perl-XML-LibXSLT on Rocky Linux 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 Rocky Linux 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 Rocky Linux 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 Rocky Linux 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 Rocky Linux 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 Rocky Linux 8

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

sudo dnf remove perl-XML-LibXSLT

perl-XML-LibXSLT Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/a5e1fe231bf1f68ec2b3ba2393b08f3794983c
/usr/lib64/perl5/vendor_perl/XML
/usr/lib64/perl5/vendor_perl/XML/LibXSLT.pm
/usr/lib64/perl5/vendor_perl/auto/XML
/usr/lib64/perl5/vendor_perl/auto/XML/LibXSLT
/usr/lib64/perl5/vendor_perl/auto/XML/LibXSLT/LibXSLT.so
/usr/share/doc/perl-XML-LibXSLT
/usr/share/doc/perl-XML-LibXSLT/Changes
/usr/share/doc/perl-XML-LibXSLT/README
/usr/share/doc/perl-XML-LibXSLT/benchmark
/usr/share/doc/perl-XML-LibXSLT/benchmark/Driver
/usr/share/doc/perl-XML-LibXSLT/benchmark/Driver/BaseClass.pm
/usr/share/doc/perl-XML-LibXSLT/benchmark/Driver/LibXSLT.pm
/usr/share/doc/perl-XML-LibXSLT/benchmark/Driver/Sablotron.pm
/usr/share/doc/perl-XML-LibXSLT/benchmark/benchmark.pl
/usr/share/doc/perl-XML-LibXSLT/example
/usr/share/doc/perl-XML-LibXSLT/example/1.xml
/usr/share/doc/perl-XML-LibXSLT/example/1.xsl
/usr/share/doc/perl-XML-LibXSLT/example/2.xml
/usr/share/doc/perl-XML-LibXSLT/example/2.xsl
/usr/share/doc/perl-XML-LibXSLT/example/bad1.xsl
/usr/share/doc/perl-XML-LibXSLT/example/bad2.xsl
/usr/share/doc/perl-XML-LibXSLT/example/bad3.xsl
/usr/share/doc/perl-XML-LibXSLT/example/fatal.xsl
/usr/share/doc/perl-XML-LibXSLT/example/nonfatal.xsl
/usr/share/man/man3/XML::LibXSLT.3pm.gz

References

Summary

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