How to Install and Uninstall perl-Class-C3-Componentised.noarch Package on Fedora 34

Last updated: June 26,2024

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

Here is a brief guide to show you how to install perl-Class-C3-Componentised.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall perl-Class-C3-Componentised.noarch on Fedora 34:

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

3. Information about the perl-Class-C3-Componentised.noarch package on Fedora 34

Last metadata expiration check: 0:02:00 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Class-C3-Componentised
Version : 1.001002
Release : 11.fc34
Architecture : noarch
Size : 23 k
Source : perl-Class-C3-Componentised-1.001002-11.fc34.src.rpm
Repository : fedora
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.