How to Install and Uninstall perl-Class-C3-Componentised.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

Please follow the step by step instructions below to install perl-Class-C3-Componentised.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-Class-C3-Componentised.noarch on Oracle Linux 9:

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

3. Information about the perl-Class-C3-Componentised.noarch package on Oracle Linux 9

Last metadata expiration check: 1:14:37 ago on Thu Feb 15 07:50:05 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.