How To Install perl-HTML-Parser on Rocky Linux 8

In this tutorial we learn how to install perl-HTML-Parser on Rocky Linux 8. perl-HTML-Parser is Perl module for parsing HTML

Introduction

In this tutorial we learn how to install perl-HTML-Parser on Rocky Linux 8.

What is perl-HTML-Parser

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

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

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

sudo dnf -y install perl-HTML-Parser

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

sudo yum -y install perl-HTML-Parser

How To Uninstall perl-HTML-Parser on Rocky Linux 8

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

sudo dnf remove perl-HTML-Parser

perl-HTML-Parser Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/50fc060a2e85ba79582afa256bd0ba10dd4f49
/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
/usr/share/doc/perl-HTML-Parser/Changes
/usr/share/doc/perl-HTML-Parser/README
/usr/share/doc/perl-HTML-Parser/TODO
/usr/share/doc/perl-HTML-Parser/eg
/usr/share/doc/perl-HTML-Parser/eg/hanchors
/usr/share/doc/perl-HTML-Parser/eg/hdump
/usr/share/doc/perl-HTML-Parser/eg/hform
/usr/share/doc/perl-HTML-Parser/eg/hlc
/usr/share/doc/perl-HTML-Parser/eg/hrefsub
/usr/share/doc/perl-HTML-Parser/eg/hstrip
/usr/share/doc/perl-HTML-Parser/eg/htext
/usr/share/doc/perl-HTML-Parser/eg/htextsub
/usr/share/doc/perl-HTML-Parser/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 on Rocky Linux 8 using yum and dnf.