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

Last updated: May 18,2024

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

Please follow the step by step instructions below to install perl-MooseX-Role-Strict.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 4:18:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-Role-Strict
Version : 0.05
Release : 15.fc34
Architecture : noarch
Size : 18 k
Source : perl-MooseX-Role-Strict-0.05-15.fc34.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.