How To Install perl-Template-Plugin-HTML-Strip on Fedora 36

In this tutorial we learn how to install perl-Template-Plugin-HTML-Strip in Fedora 36. perl-Template-Plugin-HTML-Strip is HTML

Introduction

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

What is perl-Template-Plugin-HTML-Strip

This module is a Template Toolkit dynamic filter, which uses HTML remove markup (primarily HTML, but also SGML, XML, etc) from filtered content during template processing.

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

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

sudo dnf -y install perl-Template-Plugin-HTML-Strip

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

sudo yum -y install perl-Template-Plugin-HTML-Strip

How To Uninstall perl-Template-Plugin-HTML-Strip on Fedora 36

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

sudo dnf remove perl-Template-Plugin-HTML-Strip

perl-Template-Plugin-HTML-Strip Package Contents on Fedora 36

/usr/share/doc/perl-Template-Plugin-HTML-Strip
/usr/share/doc/perl-Template-Plugin-HTML-Strip/Changes
/usr/share/doc/perl-Template-Plugin-HTML-Strip/README
/usr/share/man/man3/Template::Plugin::HTML::Strip.3pm.gz
/usr/share/perl5/vendor_perl/Template
/usr/share/perl5/vendor_perl/Template/Plugin
/usr/share/perl5/vendor_perl/Template/Plugin/HTML
/usr/share/perl5/vendor_perl/Template/Plugin/HTML/Strip.pm

References

Summary

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