How To Install perl-Template-Plugin-Class on Fedora 36

In this tutorial we learn how to install perl-Template-Plugin-Class in Fedora 36. perl-Template-Plugin-Class is Allow calling of class methods on arbitrary classes

Introduction

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

What is perl-Template-Plugin-Class

Allow calling of class methods on arbitrary classes.

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

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

sudo dnf -y install perl-Template-Plugin-Class

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

sudo yum -y install perl-Template-Plugin-Class

How To Uninstall perl-Template-Plugin-Class on Fedora 36

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

sudo dnf remove perl-Template-Plugin-Class

perl-Template-Plugin-Class Package Contents on Fedora 36

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

References

Summary

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