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

Last updated: June 23,2024

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

Learn how to install perl-MooseX-Role-Strict.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 2:00:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-MooseX-Role-Strict
Version : 0.05
Release : 17.fc35
Architecture : noarch
Size : 18 k
Source : perl-MooseX-Role-Strict-0.05-17.fc35.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.