How to Install and Uninstall perl-Class-C3-Componentised.noarch Package on AlmaLinux 8

Last updated: May 01,2024

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

Please follow the instructions below to install perl-Class-C3-Componentised.noarch on AlmaLinux 8

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

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

Please follow the guidelines below to uninstall perl-Class-C3-Componentised.noarch on AlmaLinux 8:

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

3. Information about the perl-Class-C3-Componentised.noarch package on AlmaLinux 8

Last metadata expiration check: 0:22:15 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Class-C3-Componentised
Version : 1.001002
Release : 10.el8
Architecture : noarch
Size : 27 k
Source : perl-Class-C3-Componentised-1.001002-10.el8.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.