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

In this tutorial we learn how to install perl-HTML-Tagset.noarch in Amazon Linux 2. perl-HTML-Tagset.noarch is HTML

Introduction

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

What is perl-HTML-Tagset.noarch

This module contains several data tables useful in various kinds of HTML parsing operations, such as tag and entity names.

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

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

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

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

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

sudo yum remove perl-HTML-Tagset.noarch

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

/usr/share/doc/perl-HTML-Tagset-3.20
/usr/share/doc/perl-HTML-Tagset-3.20/Changes
/usr/share/doc/perl-HTML-Tagset-3.20/README
/usr/share/man/man3/HTML::Tagset.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/Tagset.pm

References

Summary

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