How To Install perl-HTML-HTML5-Parser on Fedora 36

In this tutorial we learn how to install perl-HTML-HTML5-Parser in Fedora 36. perl-HTML-HTML5-Parser is Parse HTML reliably

Introduction

In this tutorial we learn how to install perl-HTML-HTML5-Parser on Fedora 36.

What is perl-HTML-HTML5-Parser

HTML parser with XML

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

Install perl-HTML-HTML5-Parser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-HTML-HTML5-Parser using dnf by running the following command:

sudo dnf -y install perl-HTML-HTML5-Parser

Install perl-HTML-HTML5-Parser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTML-HTML5-Parser using yum by running the following command:

sudo yum -y install perl-HTML-HTML5-Parser

How To Uninstall perl-HTML-HTML5-Parser on Fedora 36

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

sudo dnf remove perl-HTML-HTML5-Parser

perl-HTML-HTML5-Parser Package Contents on Fedora 36

/usr/bin/html2xhtml
/usr/bin/html5debug
/usr/share/doc/perl-HTML-HTML5-Parser
/usr/share/doc/perl-HTML-HTML5-Parser/COPYRIGHT
/usr/share/doc/perl-HTML-HTML5-Parser/CREDITS
/usr/share/doc/perl-HTML-HTML5-Parser/Changes
/usr/share/doc/perl-HTML-HTML5-Parser/NEWS
/usr/share/doc/perl-HTML-HTML5-Parser/README
/usr/share/doc/perl-HTML-HTML5-Parser/TODO
/usr/share/doc/perl-HTML-HTML5-Parser/examples
/usr/share/doc/perl-HTML-HTML5-Parser/examples/charsets.pl
/usr/share/doc/perl-HTML-HTML5-Parser/examples/html
/usr/share/doc/perl-HTML-HTML5-Parser/examples/html/iso-8859-15.html
/usr/share/doc/perl-HTML-HTML5-Parser/examples/html/utf-16.html
/usr/share/doc/perl-HTML-HTML5-Parser/examples/html/utf-8.html
/usr/share/licenses/perl-HTML-HTML5-Parser
/usr/share/licenses/perl-HTML-HTML5-Parser/LICENSE
/usr/share/man/man3/HTML::HTML5::Parser.3pm.gz
/usr/share/man/man3/HTML::HTML5::Parser::Error.3pm.gz
/usr/share/man/man3/HTML::HTML5::Parser::UA.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/HTML5
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Charset
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Charset/DecodeHandle.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Charset/Info.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Charset/UnicodeChecker.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Charset/UniversalCharDet.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Charset/WebLatin1.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Charset/WebThai.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Error.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/TagSoupParser.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/Tokenizer.pm
/usr/share/perl5/vendor_perl/HTML/HTML5/Parser/UA.pm

References

Summary

In this tutorial we learn how to install perl-HTML-HTML5-Parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).