How To Install perl-Method-Signatures-Simple on Fedora 36

In this tutorial we learn how to install perl-Method-Signatures-Simple in Fedora 36. perl-Method-Signatures-Simple is Basic method declarations with signatures, without source filters

Introduction

In this tutorial we learn how to install perl-Method-Signatures-Simple on Fedora 36.

What is perl-Method-Signatures-Simple

This module provides basic method and func keywords with simple signatures. It’s intentionally simple, and is supposed to be a stepping stone for its bigger brothers MooseX Method so if you want more features, look at those modules. But if you’re looking for a small amount of syntactic sugar, this might just be enough.

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

Install perl-Method-Signatures-Simple 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-Method-Signatures-Simple using dnf by running the following command:

sudo dnf -y install perl-Method-Signatures-Simple

Install perl-Method-Signatures-Simple 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-Method-Signatures-Simple using yum by running the following command:

sudo yum -y install perl-Method-Signatures-Simple

How To Uninstall perl-Method-Signatures-Simple on Fedora 36

To uninstall only the perl-Method-Signatures-Simple package we can use the following command:

sudo dnf remove perl-Method-Signatures-Simple

perl-Method-Signatures-Simple Package Contents on Fedora 36

/usr/share/doc/perl-Method-Signatures-Simple
/usr/share/doc/perl-Method-Signatures-Simple/Changes
/usr/share/doc/perl-Method-Signatures-Simple/README
/usr/share/licenses/perl-Method-Signatures-Simple
/usr/share/licenses/perl-Method-Signatures-Simple/LICENSE
/usr/share/man/man3/Method::Signatures::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Method
/usr/share/perl5/vendor_perl/Method/Signatures
/usr/share/perl5/vendor_perl/Method/Signatures/Simple.pm

References

Summary

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