How to Install and Uninstall perl-Class-C3-Componentised.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "perl-Class-C3-Componentised.noarch" package

Learn how to install perl-Class-C3-Componentised.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Class-C3-Componentised.noarch

2. Uninstall "perl-Class-C3-Componentised.noarch" package

Learn how to uninstall perl-Class-C3-Componentised.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Class-C3-Componentised.noarch $ sudo dnf autoremove

3. Information about the perl-Class-C3-Componentised.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:23:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Class-C3-Componentised
Version : 1.001002
Release : 15.el9
Architecture : noarch
Size : 23 k
Source : perl-Class-C3-Componentised-1.001002-15.el9.src.rpm
Repository : epel
Summary : Load mix-ins or components to your C3-based class
URL : https://metacpan.org/release/Class-C3-Componentised
License : GPL+ or Artistic
Description : This will inject base classes to your module using the Class::C3 method
: resolution order.
:
: Please note: these are not plugins that can take precedence over methods
: declared in MyModule. If you want something like that, consider
: MooseX::Object::Pluggable.