How to Install and Uninstall perl-MooseX-Role-Strict.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-MooseX-Role-Strict.noarch" package

In this section, we are going to explain the necessary steps to install perl-MooseX-Role-Strict.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MooseX-Role-Strict.noarch

2. Uninstall "perl-MooseX-Role-Strict.noarch" package

Please follow the guidelines below to uninstall perl-MooseX-Role-Strict.noarch on Fedora 36:

$ sudo dnf remove perl-MooseX-Role-Strict.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Role-Strict.noarch package on Fedora 36

Last metadata expiration check: 3:32:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MooseX-Role-Strict
Version : 0.05
Release : 18.fc36
Architecture : noarch
Size : 18 k
Source : perl-MooseX-Role-Strict-0.05-18.fc36.src.rpm
Repository : fedora
Summary : Use strict 'roles' in Moose
URL : https://metacpan.org/release/MooseX-Role-Strict
License : GPL+ or Artistic
Description : When using Moose::Role, a class which provides a method a role provides will
: silently override that method. This can cause strange, hard-to-debug errors
: when the role's methods are not called. Simply use MooseX::Role::Strict instead
: of Moose::Role and overriding a role's method becomes a composition-time
: failure.