How to Install and Uninstall perl-MooseX-StrictConstructor.noarch Package on Oracle Linux 9

Last updated: October 03,2024

1. Install "perl-MooseX-StrictConstructor.noarch" package

In this section, we are going to explain the necessary steps to install perl-MooseX-StrictConstructor.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-MooseX-StrictConstructor.noarch

2. Uninstall "perl-MooseX-StrictConstructor.noarch" package

This tutorial shows how to uninstall perl-MooseX-StrictConstructor.noarch on Oracle Linux 9:

$ sudo dnf remove perl-MooseX-StrictConstructor.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-StrictConstructor.noarch package on Oracle Linux 9

Last metadata expiration check: 1:05:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-MooseX-StrictConstructor
Version : 0.21
Release : 20.el9
Architecture : noarch
Size : 23 k
Source : perl-MooseX-StrictConstructor-0.21-20.el9.src.rpm
Repository : epel
Summary : Make your object constructors blow up on unknown attributes
URL : https://metacpan.org/release/MooseX-StrictConstructor
License : Artistic-2.0
Description : Simply loading this module makes your constructors "strict". If your
: constructor is called with an attribute init argument that your class does
: not declare, then it calls "Carp::confess()". This is a great way to catch
: small typos.