How To Install perl-HTML-Strip on Fedora 36

In this tutorial we learn how to install perl-HTML-Strip in Fedora 36. perl-HTML-Strip is Perl extension for stripping HTML markup from text

Introduction

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

What is perl-HTML-Strip

This module simply strips HTML-like markup from text in a very quick and brutal manner. It could quite easily be used to strip XML or SGML from text as well; but removing HTML markup is a much more common problem, hence this module lives in the HTML

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

Install perl-HTML-Strip 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-Strip using dnf by running the following command:

sudo dnf -y install perl-HTML-Strip

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

sudo yum -y install perl-HTML-Strip

How To Uninstall perl-HTML-Strip on Fedora 36

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

sudo dnf remove perl-HTML-Strip

perl-HTML-Strip Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/fc0014a2c76f30c0a9550c591041a761b5bc57
/usr/lib64/perl5/vendor_perl/HTML
/usr/lib64/perl5/vendor_perl/HTML/Strip.pm
/usr/lib64/perl5/vendor_perl/auto/HTML
/usr/lib64/perl5/vendor_perl/auto/HTML/Strip
/usr/lib64/perl5/vendor_perl/auto/HTML/Strip/Strip.so
/usr/share/doc/perl-HTML-Strip
/usr/share/doc/perl-HTML-Strip/Changes
/usr/share/doc/perl-HTML-Strip/README
/usr/share/man/man3/HTML::Strip.3pm.gz

References

Summary

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