How To Install perl-XML-LibXSLT.x86_64 on Amazon Linux 2

In this tutorial we learn how to install perl-XML-LibXSLT.x86_64 in Amazon Linux 2. perl-XML-LibXSLT.x86_64 is Perl module for interfacing to GNOME’s libxslt

Introduction

In this tutorial we learn how to install perl-XML-LibXSLT.x86_64 on Amazon Linux 2.

What is perl-XML-LibXSLT.x86_64

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

We can use yum to install perl-XML-LibXSLT.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XML-LibXSLT.x86_64.

Install perl-XML-LibXSLT.x86_64 on Amazon Linux 2 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.x86_64 using yum by running the following command:

sudo yum -y install perl-XML-LibXSLT.x86_64

How To Uninstall perl-XML-LibXSLT.x86_64 on Amazon Linux 2

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

sudo yum remove perl-XML-LibXSLT.x86_64

perl-XML-LibXSLT.x86_64 Package Contents on Amazon Linux 2

/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-1.80
/usr/share/doc/perl-XML-LibXSLT-1.80/Changes
/usr/share/doc/perl-XML-LibXSLT-1.80/README
/usr/share/doc/perl-XML-LibXSLT-1.80/benchmark
/usr/share/doc/perl-XML-LibXSLT-1.80/benchmark/Driver
/usr/share/doc/perl-XML-LibXSLT-1.80/benchmark/Driver/BaseClass.pm
/usr/share/doc/perl-XML-LibXSLT-1.80/benchmark/Driver/LibXSLT.pm
/usr/share/doc/perl-XML-LibXSLT-1.80/benchmark/Driver/Sablotron.pm
/usr/share/doc/perl-XML-LibXSLT-1.80/benchmark/benchmark.pl
/usr/share/doc/perl-XML-LibXSLT-1.80/example
/usr/share/doc/perl-XML-LibXSLT-1.80/example/1.xml
/usr/share/doc/perl-XML-LibXSLT-1.80/example/1.xsl
/usr/share/doc/perl-XML-LibXSLT-1.80/example/2.xml
/usr/share/doc/perl-XML-LibXSLT-1.80/example/2.xsl
/usr/share/doc/perl-XML-LibXSLT-1.80/example/bad1.xsl
/usr/share/doc/perl-XML-LibXSLT-1.80/example/bad2.xsl
/usr/share/doc/perl-XML-LibXSLT-1.80/example/bad3.xsl
/usr/share/doc/perl-XML-LibXSLT-1.80/example/fatal.xsl
/usr/share/doc/perl-XML-LibXSLT-1.80/example/nonfatal.xsl
/usr/share/man/man3/XML::LibXSLT.3pm.gz

References

Summary

In this tutorial we learn how to install perl-XML-LibXSLT.x86_64 on Amazon Linux 2 using yum.