How to Install and Uninstall perl-MooX-StrictConstructor.noarch Package on AlmaLinux 8

Last updated: May 17,2024

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

This tutorial shows how to install perl-MooX-StrictConstructor.noarch on AlmaLinux 8

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

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

Please follow the steps below to uninstall perl-MooX-StrictConstructor.noarch on AlmaLinux 8:

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

3. Information about the perl-MooX-StrictConstructor.noarch package on AlmaLinux 8

Last metadata expiration check: 0:20:48 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-MooX-StrictConstructor
Version : 0.011
Release : 7.el8
Architecture : noarch
Size : 25 k
Source : perl-MooX-StrictConstructor-0.011-7.el8.src.rpm
Repository : epel
Summary : Make your Moo-based object constructors blow up on unknown attributes
URL : https://metacpan.org/release/MooX-StrictConstructor
License : GPL+ or Artistic
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 dies. This is a great way to catch small typos.