How to Install and Uninstall perl-Method-Signatures-Simple.noarch Package on Fedora 36

Last updated: July 01,2024

1. Install "perl-Method-Signatures-Simple.noarch" package

Please follow the guidelines below to install perl-Method-Signatures-Simple.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Method-Signatures-Simple.noarch

2. Uninstall "perl-Method-Signatures-Simple.noarch" package

This is a short guide on how to uninstall perl-Method-Signatures-Simple.noarch on Fedora 36:

$ sudo dnf remove perl-Method-Signatures-Simple.noarch $ sudo dnf autoremove

3. Information about the perl-Method-Signatures-Simple.noarch package on Fedora 36

Last metadata expiration check: 0:44:21 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Method-Signatures-Simple
Version : 1.07
Release : 21.fc36
Architecture : noarch
Size : 23 k
Source : perl-Method-Signatures-Simple-1.07-21.fc36.src.rpm
Repository : fedora
Summary : Basic method declarations with signatures, without source filters
URL : https://metacpan.org/release/Method-Signatures-Simple
License : GPL+ or Artistic
Description : 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::Signatures and
: Method::Signatures. It only has a small benefit over regular subs,
: 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.