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

In this tutorial we learn how to install perl-PPI-HTML.noarch in Amazon Linux 2. perl-PPI-HTML.noarch is Generate syntax-highlighted HTML for Perl using PPI

Introduction

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

What is perl-PPI-HTML.noarch

PPI pages.

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

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

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

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

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

sudo yum remove perl-PPI-HTML.noarch

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

/usr/bin/ppi2html
/usr/share/doc/perl-PPI-HTML-1.08
/usr/share/doc/perl-PPI-HTML-1.08/Changes
/usr/share/doc/perl-PPI-HTML-1.08/LICENSE
/usr/share/doc/perl-PPI-HTML-1.08/README
/usr/share/man/man3/PPI::HTML.3pm.gz
/usr/share/perl5/vendor_perl/PPI
/usr/share/perl5/vendor_perl/PPI/HTML
/usr/share/perl5/vendor_perl/PPI/HTML.pm
/usr/share/perl5/vendor_perl/PPI/HTML/Fragment.pm

References

Summary

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