How to Install and Uninstall perl-Class-MakeMethods.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Class-MakeMethods.noarch" package

Learn how to install perl-Class-MakeMethods.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Class-MakeMethods.noarch

2. Uninstall "perl-Class-MakeMethods.noarch" package

This guide covers the steps necessary to uninstall perl-Class-MakeMethods.noarch on Fedora 36:

$ sudo dnf remove perl-Class-MakeMethods.noarch $ sudo dnf autoremove

3. Information about the perl-Class-MakeMethods.noarch package on Fedora 36

Last metadata expiration check: 0:57:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Class-MakeMethods
Version : 1.009
Release : 23.fc36
Architecture : noarch
Size : 304 k
Source : perl-Class-MakeMethods-1.009-23.fc36.src.rpm
Repository : fedora
Summary : Generate common types of methods
URL : https://metacpan.org/release/Class-MakeMethods
License : GPL+ or Artistic
Description : The Class::MakeMethods framework allows Perl class developers to quickly
: define common types of methods. When a module uses Class::MakeMethods or one
: of its subclasses, it can select from a variety of supported method types, and
: specify a name for each method desired. The methods are dynamically generated
: and installed in the calling package.
:
: Construction of the individual methods is handled by subclasses. This
: delegation approach allows for a wide variety of method-generation techniques
: to be supported, each by a different subclass. Subclasses can also be added to
: provide support for new types of methods.
:
: Over a dozen subclasses are available, including implementations of a variety
: of different method-generation techniques. Each subclass generates several
: types of methods, with some supporting their own open-eneded extension syntax,
: for hundreds of possible combinations of method types.