How To Install perl-HTML-Parser.x86_64 on Amazon Linux 2

In this tutorial we learn how to install perl-HTML-Parser.x86_64 in Amazon Linux 2. perl-HTML-Parser.x86_64 is Perl module for parsing HTML

Introduction

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

What is perl-HTML-Parser.x86_64

The HTML-Parser module for perl to parse and extract information from HTML documents, including the HTML HTML HTML

We can use yum to install perl-HTML-Parser.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-HTML-Parser.x86_64.

Install perl-HTML-Parser.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-HTML-Parser.x86_64 using yum by running the following command:

sudo yum -y install perl-HTML-Parser.x86_64

How To Uninstall perl-HTML-Parser.x86_64 on Amazon Linux 2

To uninstall only the perl-HTML-Parser.x86_64 package we can use the following command:

sudo yum remove perl-HTML-Parser.x86_64

perl-HTML-Parser.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/perl5/vendor_perl/HTML
/usr/lib64/perl5/vendor_perl/HTML/Entities.pm
/usr/lib64/perl5/vendor_perl/HTML/Filter.pm
/usr/lib64/perl5/vendor_perl/HTML/HeadParser.pm
/usr/lib64/perl5/vendor_perl/HTML/LinkExtor.pm
/usr/lib64/perl5/vendor_perl/HTML/Parser.pm
/usr/lib64/perl5/vendor_perl/HTML/PullParser.pm
/usr/lib64/perl5/vendor_perl/HTML/TokeParser.pm
/usr/lib64/perl5/vendor_perl/auto/HTML
/usr/lib64/perl5/vendor_perl/auto/HTML/Parser
/usr/lib64/perl5/vendor_perl/auto/HTML/Parser/Parser.so
/usr/share/doc/perl-HTML-Parser-3.71
/usr/share/doc/perl-HTML-Parser-3.71/Changes
/usr/share/doc/perl-HTML-Parser-3.71/README
/usr/share/doc/perl-HTML-Parser-3.71/TODO
/usr/share/doc/perl-HTML-Parser-3.71/eg
/usr/share/doc/perl-HTML-Parser-3.71/eg/hanchors
/usr/share/doc/perl-HTML-Parser-3.71/eg/hdump
/usr/share/doc/perl-HTML-Parser-3.71/eg/hform
/usr/share/doc/perl-HTML-Parser-3.71/eg/hlc
/usr/share/doc/perl-HTML-Parser-3.71/eg/hrefsub
/usr/share/doc/perl-HTML-Parser-3.71/eg/hstrip
/usr/share/doc/perl-HTML-Parser-3.71/eg/htext
/usr/share/doc/perl-HTML-Parser-3.71/eg/htextsub
/usr/share/doc/perl-HTML-Parser-3.71/eg/htitle
/usr/share/man/man3/HTML::Entities.3pm.gz
/usr/share/man/man3/HTML::Filter.3pm.gz
/usr/share/man/man3/HTML::HeadParser.3pm.gz
/usr/share/man/man3/HTML::LinkExtor.3pm.gz
/usr/share/man/man3/HTML::Parser.3pm.gz
/usr/share/man/man3/HTML::PullParser.3pm.gz
/usr/share/man/man3/HTML::TokeParser.3pm.gz

References

Summary

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