How to Install and Uninstall perl-MooseX-Role-Parameterized.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 14,2024
1. Install "perl-MooseX-Role-Parameterized.noarch" package
Please follow the guidance below to install perl-MooseX-Role-Parameterized.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
perl-MooseX-Role-Parameterized.noarch
Copied
2. Uninstall "perl-MooseX-Role-Parameterized.noarch" package
This is a short guide on how to uninstall perl-MooseX-Role-Parameterized.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
perl-MooseX-Role-Parameterized.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-MooseX-Role-Parameterized.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:01:28 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-MooseX-Role-Parameterized
Version : 1.11
Release : 2.el8
Architecture : noarch
Size : 73 k
Source : perl-MooseX-Role-Parameterized-1.11-2.el8.src.rpm
Repository : epel
Summary : Make your roles flexible through parameterization
URL : https://metacpan.org/release/MooseX-Role-Parameterized
License : GPL+ or Artistic
Description : Roles are composable units of behavior. They are useful for factoring out
: functionality common to many classes from any part of your class hierarchy.
: (See Moose::Cookbook::Roles::Recipe1 for an introduction to Moose::Role.)
:
: While combining roles affords you a great deal of flexibility, individual
: roles have very little in the way of configurability. Core Moose provides
: alias for renaming methods to avoid conflicts, and excludes for ignoring
: methods you don't want or need (see Moose::Cookbook::Roles::Recipe2 for more
: about alias and excludes).
:
: Because roles serve many different masters, they usually provide only the
: least common denominator of functionality. To empower roles further, more
: configurability than alias and excludes is required. Perhaps your role needs
: to know which method to call when it is done. Or what default value to use for
: its url attribute.
:
: Parameterized roles offer exactly this solution.
Available Packages
Name : perl-MooseX-Role-Parameterized
Version : 1.11
Release : 2.el8
Architecture : noarch
Size : 73 k
Source : perl-MooseX-Role-Parameterized-1.11-2.el8.src.rpm
Repository : epel
Summary : Make your roles flexible through parameterization
URL : https://metacpan.org/release/MooseX-Role-Parameterized
License : GPL+ or Artistic
Description : Roles are composable units of behavior. They are useful for factoring out
: functionality common to many classes from any part of your class hierarchy.
: (See Moose::Cookbook::Roles::Recipe1 for an introduction to Moose::Role.)
:
: While combining roles affords you a great deal of flexibility, individual
: roles have very little in the way of configurability. Core Moose provides
: alias for renaming methods to avoid conflicts, and excludes for ignoring
: methods you don't want or need (see Moose::Cookbook::Roles::Recipe2 for more
: about alias and excludes).
:
: Because roles serve many different masters, they usually provide only the
: least common denominator of functionality. To empower roles further, more
: configurability than alias and excludes is required. Perhaps your role needs
: to know which method to call when it is done. Or what default value to use for
: its url attribute.
:
: Parameterized roles offer exactly this solution.