How To Install perl-IO-HTML.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-IO-HTML.noarch in Amazon Linux 2. perl-IO-HTML.noarch is Open an HTML file with automatic character set detection

Introduction

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

What is perl-IO-HTML.noarch

IO automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.

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

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

sudo yum -y install perl-IO-HTML.noarch

How To Uninstall perl-IO-HTML.noarch on Amazon Linux 2

To uninstall only the perl-IO-HTML.noarch package we can use the following command:

sudo yum remove perl-IO-HTML.noarch

perl-IO-HTML.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-IO-HTML-1.00
/usr/share/doc/perl-IO-HTML-1.00/Changes
/usr/share/doc/perl-IO-HTML-1.00/LICENSE
/usr/share/doc/perl-IO-HTML-1.00/README
/usr/share/man/man3/IO::HTML.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/HTML.pm

References

Summary

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