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

Last updated: January 11,2025

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

This guide let you learn how to install perl-Method-Signatures-Simple.noarch on Fedora 39

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

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

Please follow the steps below to uninstall perl-Method-Signatures-Simple.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:46:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Method-Signatures-Simple
Version : 1.07
Release : 25.fc39
Architecture : noarch
Size : 22 k
Source : perl-Method-Signatures-Simple-1.07-25.fc39.src.rpm
Repository : fedora
Summary : Basic method declarations with signatures, without source filters
URL : https://metacpan.org/release/Method-Signatures-Simple
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.