How To Install perl-HTML-Format.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-HTML-Format.noarch in Amazon Linux 2. perl-HTML-Format.noarch is HTML formatter modules
Introduction
In this tutorial we learn how to install perl-HTML-Format.noarch on Amazon Linux 2.
What is perl-HTML-Format.noarch
A collection of modules that formats HTML as plain text, PostScript or RTF.
We can use yum to install perl-HTML-Format.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-Format.noarch.
Install perl-HTML-Format.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-Format.noarch using yum by running the following command:
sudo yum -y install perl-HTML-Format.noarch
How To Uninstall perl-HTML-Format.noarch on Amazon Linux 2
To uninstall only the perl-HTML-Format.noarch package we can use the following command:
sudo yum remove perl-HTML-Format.noarch
perl-HTML-Format.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-HTML-Format-2.10
/usr/share/doc/perl-HTML-Format-2.10/Changes
/usr/share/doc/perl-HTML-Format-2.10/LICENSE
/usr/share/doc/perl-HTML-Format-2.10/README
/usr/share/man/man3/HTML::FormatPS.3pm.gz
/usr/share/man/man3/HTML::FormatRTF.3pm.gz
/usr/share/man/man3/HTML::FormatText.3pm.gz
/usr/share/man/man3/HTML::Formatter.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/FormatPS.pm
/usr/share/perl5/vendor_perl/HTML/FormatRTF.pm
/usr/share/perl5/vendor_perl/HTML/FormatText.pm
/usr/share/perl5/vendor_perl/HTML/Formatter.pm
References
Summary
In this tutorial we learn how to install perl-HTML-Format.noarch on Amazon Linux 2 using yum.